Hi, How can a luxonis camera get network timestamp on frames as soon as we connect it to network?
Replied on discord: https://discord.com/channels/790680891252932659/1067072969932800060/1067081115485089913
Hello Erik , It would be great if you could reply here . i am unable to view answers in discord.
Hi ShabeenaBanu You can just get difference between frame timestamp (imgFrame.getTimestamp()) and dai.Clock.now() and current "host timestamp" synced with other host computers. Thanks, Erik
imgFrame.getTimestamp()
dai.Clock.now()