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:

  1. use the Script node with a while True: loop as shown in the example since CameraControl::setCaptureStill() has no effect; or
  2. I can use CameraControl as in v2?

    RudolfLovrencic
    It's not possible to do so right now. On RVC2 you can still use the ColorCamera node and use the same functionality as on the V2.

    Thanks,
    Jaka