Depth Alignment to RGB function
As we are using the OV9782 sensors, I had to change the resolution of the rgb cam to THE800P. I basically changed all resolutions to 800P (and obtaining intrinsics from the camera with that format), and commented out the isp scaling factor for the rgb camera, to match output sizes for all images. Other than that I run the code exactly as showed in the example
In my case Im just getting streams from cameras, depth and detection is happening on host, I just want to align my Depth (which is calculated on host) should be aligned with RGB from camera. Regards!
Hi @Tsjarly and @SamiUddin .
The plan is to release it together with SR PoE (cam that has ToF), so in 2 weeks. We might also write a python script that demos the alignment on the host, but I can't promise that atm.
Thanks, Erik
Also @SamiUddin , have you tried the link I posted above?
@SamiUddin @Tsjarly We have made initial script for on-host alignment which is more accurate than the previous one (that I posted above). Could you give it a try (feedbacks welcome)?