ankitb82
ankitb82
Try this script (Be sure to verify that opencv-python is installed) --- import argparse import sys import time import cv2 from picamera2 import Picamera2, Preview picam2 = Picamera2() picam2.start_preview(Preview.QTGL) picam2.start()...
This works the same way the workaround I posted above works - it allows picamera2 UX to function but opencv UX functions don't (imshow, etc).
I did look at the stackoverflow link. But think about it, expecting folks to recompile opencv just to work with picamera2 seems like a stretch right? Opencv is such a...
Would love to use this in my project. Blocked on the react version for the time being
> @ankitb82 As a sanity check, can you put this at the top of your code? (Obviosuly, use your real key when you copy it in 👍) > > ```...
Seems to have resolved itself now. I did upgrade OpenAI and tenacity packages to the latest versions.
Closing since I can no longer repro! Btw, thanks for continuing to make frequent changes and adding features.