Hello,
I have a minor question about VPU and CPU usage while using OAK-D camera. When the code part starts with:
with dai.Device() as device:
device.startPipeline(pipeline)
after this, is everything being processed in VPU of the Camera?
Also, [system] [info] Cpu Usage - LeonOS 21.57%, LeonRT: 4.04%
gives the continuous VPU usage after the initialization of dai.Device with "with" ? I am trying to understand if I define a function inside "with", wondering if this function will be called by VPU of the camera instead of the CPU of the host computer.
Thanks in advance!
Bests
Cem