question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to parse TimeStamp using cameras ?

See original GitHub issue

i`m trying grabmultiplecameras.py from repo samples. Added to code: time_stamp=res.TimeStamp (as i saw res has it). See something like this:

cam #0  image #1 time #1887938185770
cam #1  image #1 time #5674457758239
cam #0  image #2 time #1887980750406
cam #1  image #2 time #5674500322875

How to parse such TimeStamp ? How to set up cameras to use right time ?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
thiesmoellercommented, Jan 15, 2022

The timestamp of the cameras are very precise ( ~50ppm ) , although not synchronized to other cameras in the same system on USB as explained.

What do want to reach with the two cameras? precise stereo capturing? In this case really recommend to use hardware trigger of the cameras

InstantCameraArray is capable of doing real time reception of data, as the underlying grab-engines all work in parallel. So you only get the images sequentially, but the original acquisition in the cameras could be in sync to microsecond precision.

1reaction
thiesmoellercommented, Jan 15, 2022

Which Interface?

USB: one tick is 1e-9s counts from start of device

GEV standard: one tick is 8e-9s on gigabit speed from start to of device or timeStampReset

GEV + IEEE1588: is 1e-9 in time of clock master. If you have a clock master that is e.g. gps synchronized, timestamps are precise UTC

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to convert between android camera timestamp and ...
long imageReaderTime = SystemClock.elapsedRealtimeNanos(); Image image = reader.acquireLatestImage(); long cameraTime = image.getTimestamp();.
Read more >
Timestamp Camera
Timestamp Camera can add time and location watermark to photo and video when capture. It is the best(maybe only) app to add time...
Read more >
How do I convert the time stamp saved in Epoch time when I ...
To convert the timestamp from Epoch time to Coordinated Universal Time: After you download the video file, save it to your computer. Note...
Read more >
Converting separate time and date into a timestamp - YouTube
Customer question: Bravo Studio passes me a date and a separate time field: how do I combine these into a timestamp ?Vist Xano...
Read more >
Imaging Products timestamping and different timestamp ... - FLIR
For these models, use the camera's internal clock. ... 1.x example of how to manually parse the image data to retrieve this timestamp, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found