Open roxanaluca opened 4 years ago
Hello, Sorry for my later reply due to my New Year's holiday. You code exist problem. Due to we add i2c adapter, so you should init each camera. You should choose each channel and use self.vc = cv2.VideoCapture(0) to init your camera. You can refer to our demo here https://github.com/ArduCAM/RaspberryPi/blob/master/Multi_Camera_Adapter/Multi_Adapter_Board_4Channel/Multi_Camera_Adapter_V2.1/4cam_cv2.py What's more, we have move our support to www.arducam/forums. Let me know if you need more help.
I have changed completely the code for camera but I gave me the same error Write Failed when I run for many times. At one run of the program it works but for the next runs the error appears. https://github.com/roxanaluca/Final-Project/blob/master/camera.py
Hi, I have tried to use VideoCapture class from OpenCV library to get the image between camera A and C simultaneous. The problem is that I could not get the right frame per second and the images from each camera haven't any noise. The write failed error appears after 1s after running the program. Multi camera adapter Arducam V2.1
Please tell me what can I do. Many thanks, Maria