OAK-D pipeline stops responding when linking nodes
HI erik ,
Here is the google drive link for the MRE, if you can confirm about creating the MRE on Depthai GitHub issue I will share the MRE on the depthai GitHub issue as well.
Hi team,
Looking for a resolution Kindly Help
Regards
Certainly, here's a possible message:
Hi @jakaskerl , I wanted to let you know that I checked the script and it's not empty. However, I'm wondering if you might be checking it through Google Drive on your phone? If that's the case, it might be helpful to check it on your desktop instead. Would you mind giving that a try and letting me know if you find anything? Thank you.
@AdamPolak I believe you can also enable it via depthai, in python the API is like this:
# Connect to device and start pipeline
with dai.Device(pipeline) as device:
def logging(msg):
print(msg)
device.setLogLevel(dai.LogLevel.TRACE) # Or eg. DEBUG
device.addLogCallback(logging)