Items with no label
3335 Discussions

Camera Realsense 415, save file bag in LabVIEW

mzaid1
Beginner
1,062 Views

Hi, i need to save file bag trought LabVIEW. 

I tried to use the ROS package for LabVIEW but it is more focused on the comunication between ROS device and another Pc.

How i can save bag files? 

thank you

0 Kudos
1 Solution
MartyG
Honored Contributor III
708 Views

Apologies for the delay in responding. The 'Frame Metadata' documentation of the RealSense SDK provides details of how to access metadata, including the list of functions that are encapsulated within rs2_frame_metadata_value

 

https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_metadata.md

View solution in original post

0 Kudos
3 Replies
MartyG
Honored Contributor III
708 Views

If you have a Windows 10 PC, the RealSense SDK has a LabVIEW wrapper that wraps most of the core functions of the realsense2.dll into a VI-library. Although the documentation for the LabVIEW wrapper does not provide an example program for saving a bag, I would speculate that it should be possible to write one if the wrapper links into most of the camera library file's core functions.

 

https://github.com/IntelRealSense/librealsense/tree/master/wrappers/labview

mzaid1
Beginner
708 Views

Thank you for your answer MartyG

Yes i have a windows 10PC and I try to use the function

rs2_metadata_type rs2_get_frame_metadata(const rs2_frame * frame,rs2_frame_metadata_value frame_metadata,rs2_error ** error )

This function recall the function rs2_frame_metadata_value that is not present in the library functions

how i can obtain the metadata value?

thank you

0 Kudos
MartyG
Honored Contributor III
709 Views

Apologies for the delay in responding. The 'Frame Metadata' documentation of the RealSense SDK provides details of how to access metadata, including the list of functions that are encapsulated within rs2_frame_metadata_value

 

https://github.com/IntelRealSense/librealsense/blob/master/doc/frame_metadata.md

0 Kudos
Reply