MarcSue Hi everyone! I just want to ask if this is the only way to check if an OAKD camera is still connected without interrupting its process. "infos = dai.XLinkConnection.getAllConnectedDevices()". Or any alternative? like I want to check the specific OAKD POE camera every 10 seconds to see if it's still connected.
jakaskerl MarcSue You can check via device.isPipelineRunning() which will return a bool. Externally, if device is discoverable, it generally means it is not running a pipeline. Thanks, Jaka