I am currently using an OAK-1 PoE in standalone mode. Is there a way to synchronize the camera via PTP? What is the best approach to synchronize the image timestamp with the host time?

Thank you in advance!

    Davide
    No easy way to do it I'm afraid. But you can create a http.client, ping some timestamp API, then return dai.Clock.now() right after receiving the response back to the host.
    This way you have a device's monotonic clock + UTC time, which you can reference from the host PC.

    Thanks,
    Jaka