Setup: Oak-D Pro W PoE <--> Network Switch <--> Jetson.
I am attempting to take a picture via a python script. However, it appears that my Oak is not exiting BOOTLOADER mode. These are the errors I'm seeing:
[depthai] [warning] Monitor thread (device: 1844301051E8E1F400 [192.168.10.11]) - ping was missed, closing the device connection
192.168.10.11: Error - Couldn't write data to stream: '__bootloader' (X_LINK_ERROR)
Interestingly, this same code works perfectly fine on my laptop, but when I run the code on the Jetson, I get these errors. Note: the Jetson can communicate with the Oak perfectly fine--pings are great. The script can find the Oak.
I believe that, for some reason, the Oak cannot get out of BOOTLOADER mode. Have you seen this before? Any idea what's happening?
Thanks.