Items with no label
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
3340 Discussions

Depth area and RGB area

MFuji9
Beginner
1,681 Views

I am using RealSesse D435 and measuring an obstacle.

Depth and RGB are set up both 640x480.

But both area are misaligned, Depth area is wider than RGB area.

To align both Depth area and RGB area, what should I do?

0 Kudos
1 Solution
MartyG
Honored Contributor III
799 Views

If you are writing your own application, looking at the sample program called Align may provide helpful guidance.

https://github.com/IntelRealSense/librealsense/tree/master/examples/align librealsense/examples/align at master · IntelRealSense/librealsense · GitHub

Simpler alignment code can be found here:

https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0# frame-alignment Projection in RealSense SDK 2.0 · IntelRealSense/librealsense Wiki · GitHub

View solution in original post

0 Kudos
2 Replies
MartyG
Honored Contributor III
800 Views

If you are writing your own application, looking at the sample program called Align may provide helpful guidance.

https://github.com/IntelRealSense/librealsense/tree/master/examples/align librealsense/examples/align at master · IntelRealSense/librealsense · GitHub

Simpler alignment code can be found here:

https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0# frame-alignment Projection in RealSense SDK 2.0 · IntelRealSense/librealsense Wiki · GitHub

0 Kudos
MFuji9
Beginner
799 Views
0 Kudos
Reply