Last seen: 2022-09-10 10:45 pm
But I was not able to find the cv2 module in circuit python. And I am not so good with programming. So I got stuck...
@zander I checked for a method for capturing video but couldn't find one.
@zander oooh thanks..Can i ask one more doubt? How can i take video with this camera and rapsberry pi pico...Now i am capturing the image alone
@zander Thanks Alot...I have one doubt if anyone knows to calculate the frame rate? Connecting ov2640 with raspberry pi pico.I am not sure how to proc...
@zander Thank you,...Right now all the errors are gone. But the 2nd camera is not capturing the image...It is returning "None"
@zander The cameras are working individually. I tested with commenting each one separately... But I did not use the deinit, init one correctly as yo...
@zander I tried the bus. deinit() but still getting the same error for 2nd camera.
@zander This has been a huge help. Thanks a lot...I will figure it out.... 🙂 🙂
@zander So i have written a code and used two i2c buses for two cameras(ov2640 with same address 0x30), But this code is giving me errors as So i...
@zander Oh that is helpful...Thanks a lot..il check in that site... 🙂 🙂 🙂
@zander Thanks Alot
Any chance you can clarify/know if you can make multiple I2C buses on a Pico in CP to deal with using two I2C devices with the same address, or if the...
This is slightly different from Arducam actually. Anyways il try that as well. Thanks a lot for the help.
@zander Ok, Thanks a lot.
My aim is to connect the camera, capture image and save to an SD card which is not working and throwing the error import os import board import...