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
When working on a RPi, the CSI camera is not discoverable by OpenCV (libcamera support is an open issue). Instead, use picamera2 when the OS is Raspberry Pi OS. Append as the last camera.
The text was updated successfully, but these errors were encountered:
A current libcamera/picamera2issue makes libcamera inaccessible to virtual environments, and little progress can be made here until that is resolved. The current work-around will be to use the legacy camera interface and make the CSI camera discoverable by OpenCV. However, this doesn't work with HQ Cameras (or at least with the Arducam HQ IR camera), so a better stable solution is required.
When working on a RPi, the CSI camera is not discoverable by OpenCV (libcamera support is an open issue). Instead, use
picamera2
when the OS is Raspberry Pi OS. Append as the last camera.The text was updated successfully, but these errors were encountered: