Hi!
I've recently started using the OAK-D-PRO-POE-FF and I have some doubts regarding its standalone mode operation.
I've tried the example code provided on GitHub, which can be found at the following link, gen2-cumulative-object-counting/standalone , but I have a few questions.
Once the pipeline is flashed onto the device, my intention is for the code (pipeline) to automatically launch as soon as the camera starts.
When run the oak.py, flashing pipeline, it's just show the progrees task Flashing progress: 99.7%
After that I've checked bootloader_version.py and seems that the pipeline was flashed.
However, I noticed that when I disconnect and reconnect the device, the pipeline doesn't start running automatically. In other words, it seems that it requires a code launched from the host in order to start executing, just like in the provided example. That’s ok? Is this the expected behavior?
There are somebady can provide me with some tips on achieving a standalone mode where the pipeline starts as soon as the device is switched on?
Thank you in advance!