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
Which describes how to name the camera when creating a new opencv VideoCapture object. The opencv demos say use VideoCapture vcFramesIn(0) to get the default device; rpi users need to use gstreamer with some rather esoteric strings.
Is this still current?
And would it be possible to either update rpicam-apps to provide opencv "device 0" or to at least provide an up to date description of what parameter to hand to VideoCapture for the pis and to do that where we don't spend days looking for it.
cheers, P
The text was updated successfully, but these errors were encountered:
I came across this page:
https://forums.raspberrypi.com/viewtopic.php?t=361778
Which describes how to name the camera when creating a new opencv VideoCapture object. The opencv demos say use VideoCapture vcFramesIn(0) to get the default device; rpi users need to use gstreamer with some rather esoteric strings.
Is this still current?
And would it be possible to either update rpicam-apps to provide opencv "device 0" or to at least provide an up to date description of what parameter to hand to VideoCapture for the pis and to do that where we don't spend days looking for it.
cheers, P
The text was updated successfully, but these errors were encountered: