We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Describe your issue / question / feature request / etc..>
Hi, When I run realsense-viewer or rs-save-to-disk with L515, I can't obtain the sensor_timestamp, frame_timestamp can be obtained normally.
realsense-viewer
rs-save-to-disk
sensor_timestamp
frame_timestamp
Here is my test code:
uint64_t sensor_timestamp = frame.get_frame_metadata( rs2_frame_metadata_value::RS2_FRAME_METADATA_FRAME_TIMESTAMP);
and the log is:
[ERROR] [1612419970.578703243]: An error has occurred during frame callback: metadata not available
Thinks.
The text was updated successfully, but these errors were encountered:
Hi @popsheng
We have documentation with regards to metadata, here are the links: https://dev.intelrealsense.com/docs/frame-metadata https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_metadata.md
Timestamp information:
librealsense/include/librealsense2/hpp/rs_frame.hpp
Line 446 in 8fc9ad2
Sorry, something went wrong.
No branches or pull requests
Issue Description
<Describe your issue / question / feature request / etc..>
Hi,
When I run
realsense-viewer
orrs-save-to-disk
with L515, I can't obtain thesensor_timestamp
,frame_timestamp
can be obtained normally.Here is my test code:
uint64_t sensor_timestamp = frame.get_frame_metadata( rs2_frame_metadata_value::RS2_FRAME_METADATA_FRAME_TIMESTAMP);
and the log is:
Thinks.
The text was updated successfully, but these errors were encountered: