Patricio Stegmann

Results 12 comments of Patricio Stegmann

> Hi @kpoman, > You can run `imagezmq` senders and receivers on the same RPi computer. I do this a lot for testing. With PUB/SUB, you can have one Python...

> > Hi @kpoman, > > You can run `imagezmq` senders and receivers on the same RPi computer. I do this a lot for testing. With PUB/SUB, you can have...

See details from the Windows Event Viewer: ``` Faulting application name: python.exe, version: 3.7.5150.1013, time stamp: 0x5da5006a Faulting module name: _jpype.cp37-win32.pyd, version: 0.0.0.0, time stamp: 0x5df6ca25 Exception code: 0xc0000409 Fault...

Just to clarify, running on Windows 10 64 bits. Win10-64 + Python37-64 + Java8-64 works Win10-64 + Python37-32 + Java8-32 crashs

Hi Thrameos, any update on this issue ????

Same problem here. Apparently, mmal for 64 bits is buggy (race conditions and crashs). There are binaries one can download, but with this above problem (vc.camera_info). This [link](https://zengliyang.wordpress.com/2021/01/04/raspberry-pi-4b-ubuntu-20-04-camera/) says we...

> [raspberrypi/userland#688](https://github.com/raspberrypi/userland/issues/688) > MMAL is not supported on 64 bit OSes. > > Ubuntu have reinstated the 64bit MMAL patches in their distro. It will not be reinstated in the...

Ok, I think I got it working. Did this: ``` git clone https://github.com/raspberrypi/userland cd userland git revert f97b1af1b3e653f9da2c1a3643479bfd469e3b74 git revert e31da99739927e87707b2e1bc978e75653706b9c ``` then edited userland/interface/mmal/CMakeLists.txt, and added the directive: ```...

Hey guys, this is still failing on a fresh 23.05.0 installed on my RE200 V4... I just get mac errors. I tried different txpower levels with no luck. `root@OpenWrt:~# logread...

apparently problem here: ``` def flush(self, stream): if not self.changed: return self.last_update = datetime.date.today() self.write(stream) ``` you are indeed incrementing the record_count but you are not telling the header that...