You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks so much for this crate!
I managed to get it running without issues on MacOS, and I can compile on a raspberry Pi.
When I run the program on a raspberry Pi "device.streams()" returns an empty vector, even though I get these devices listed when I print out "ctx.devices()":
There's a camera connected and it is functional, I believe it's the "/dev/video0", listed above. Is there anything I'm missing?
The repo with the program, a single main.rs file, is here:
I have the same problem with raspberry pi 4. When i fetch video stream or images using the picamera software it works without problems. (And also if i try to get the stream from a usb camera attached to the raspberry it works, only with the camera module it won't fetch anything). I'm stuck as well
The Raspberry Pi camera may only support multiplanar capture formats. In that case, they would not be enumerated here and thus be missing as you observed. I don't have a Pi camera for testing, so I hope these pointers are enough to get you going :)
Hi, thanks so much for this crate!
I managed to get it running without issues on MacOS, and I can compile on a raspberry Pi.
When I run the program on a raspberry Pi "device.streams()" returns an empty vector, even though I get these devices listed when I print out "ctx.devices()":
There's a camera connected and it is functional, I believe it's the "/dev/video0", listed above. Is there anything I'm missing?
The repo with the program, a single main.rs file, is here:
https://github.com/DoctorWhoof/motion-detect
Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: