yoon I think depthai-sdk is only for USB camera even though that is not clearly described. Is there any way to use depthai-sdk for a POE camera?
erik yoon you can specify it like this: from depthai_sdk import OakCamera with OakCamera('192.168.1.111') as oak: oak.create_camera('') # ... Linter here: