Open mkeyno opened 4 years ago
If it works with a single camera connected directly to the Pi, then please raise this with the manufacturer of your multiplexer board (Arducam).
@6by9 the board perfectly work if not continuously take an image, it seems to callback handler not return in timeout , and thats make to chock the thread
If continuously taking a capture without the board works, then it's still an issue with the board.
CSI2 has per line checksums and error correction. IIRC it can cope with a 1 bit error per line, and 2 or more marks the frame as invalid and will result in them being discarded under some conditions. Multi-bit errors are not expected with standard connections, therefore it sounds like the mux board is introducing signal integrity issues. Again, not a Pi or a PiCamera issue.
Hi, im using arducam multi camera adapter for my project as well. Im only able to on camera A. When camera A switch to B and C error occurred. the error is: [ WARN:0] global ../opencv/modules/videoio/src/cap_v4l.cpp (998) tryIoctl VIDEOIO(V4L2:/dev/video0): select() timeout.
Have you guys faced this issue?
Thank you.
@minjianmj123 If you're getting an error relating to V4L2 and /dev/videoX, then you're not using Picamera (this library). Please post your question in a sensible place.
Hi, I would like to ask you guys about problems faced when using 4-camera adapter board v2 since you guys have been using fot past projects. That's why I posted my question here.
Thank you.
@minjianmj123 the hardware design has a flaw, no flow control considered for a stream, and that's make choking the bus line
Hi I bought a Multi-Camera Adapter Module for Raspberry Pi V.2 for my stereo project. I use gpio multiplexer code along with picamera module to read stream video, but the camera stop working after a couple of second following is my code and error any help really appreciated
code
error