I have OAK-D PoE camera and I'd like to capture still image. It is very much possible with depthai-core v2
, but I'm not sure if it is possible with v3
.
This example states that Camera
node does not support still image capture, but if I read it correctly, this workaround is only for OAK4 cameras, so OAK-D cameras should still work.
Do I need to:
- use the
Script
node with awhile True:
loop as shown in the example sinceCameraControl::setCaptureStill()
has no effect; or - I can use
CameraControl
as inv2
?