Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

Depth area and RGB area

MFuji9
Beginner
1,597 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
715 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
716 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
715 Views
0 Kudos
Reply