Jeff Bass

Results 104 comments of Jeff Bass
trafficstars

I don't use Android. I will leave this for @ChesterProgram (who opened this issue & posted the above code) to reply to.

Hi Claude, Thanks for your continued updates. Sounds like you continue to make good progress. Le me know if you do a howto YouTube video about it. Jeff

Hi @shumwaymark, Your new work on your project looks great. I, too, am finding ring buffers passing images between processes uses the resources of the Pi 4 very well. I...

@madjxatw , I hope others will chime in as I don't have much experience with video codecs. My own projects use RPi computers to send a small number of still...

No, there is no option to use `imageZMQ` with websockets. This is because websockets and ZMQ sockets are completely different communications / message protocols. They are not compatible. There is...

Could you provide more details? Is it 2 systems or 3? Are you using REQ/REP (the default for imageZMQ) or PUB/SUB? I would need more specifics before I can help.

I think you are asking about consuming the `imageZMQ` frames on the image receiving end (rather than threading the camera-image-sending end). I use a receive frame loop in the main...

`imageZMQ` sends a sequence of OpenCV images. Using `imageZMQ` requires using a camera that can capture individual OpenCV frames. `ImageZMQ` transmits this sequence of OpenCV images in the sending program...

The way to get started is with one Raspberry Pi (RPi) with Pi Camera sending images to one hub computer (Mac or Linux PC). It is easiest to start with...

The way to get started is with one Raspberry Pi (RPi) with Pi Camera sending images to one hub computer (Mac or Linux PC). It is easiest to start with...