• DepthAI-v2
  • is there now a way to control camera FPS at runtime?

is there now a way to control camera FPS at runtime?

Hi @Thor
No way to control FPS during runtime ATM. You could indirectly control it by passing frames through script node and blocking them a bit (adding a sleep function). This will in turn lower the framerate of the camera in order to keep the pipeline from crashing.

Thanks,
Jaka