Questions about Realsense L515 camera
Hello.
I am a Japanese university student.
I want to get 3D RAW data of realsensel515 into Raspberry Pi using Nodejs platform.
Please give me some advice on how you can work on the data.
-
Hello Torakoma1110,
Table 3-3: Depth and Infrared Data Formats of the L515 datasheet, https://dev.intelrealsense.com/docs/lidar-camera-l515-datasheet, lists the available depth formats:
FORMAT KEY TYPE DESCRIPTION Depth Z 16b
UINTDepth format equating to distance from the device
subassembly planar surface to the object.Infrared Y8 8b
UINTIR image representing the intensity of the reflected IR
laser reflected off the objects in the scene.Confidence C 4b
UINTProvides a per pixel confidence value, 0xF equals high confidence and 0x0 represents low confidence. The nodejs wrapper functionality is described here: https://github.com/IntelRealSense/librealsense/tree/master/wrappers/nodejs.
Sincerely,
Jesus G.
Intel Customer Support
Please sign in to leave a comment.
Comments
1 comment