bmegli / hardware-video-streaming

Hardware Video Streaming meta repository
Mozilla Public License 2.0
24 stars 6 forks source link

colored point cloud streaming #8

Closed bmegli closed 4 years ago

bmegli commented 4 years ago

Infrared (greyscale, D435) point cloud streaming works since previous release.

A proof-of-concept for colored point cloud streaming was implemented in RNHVE depth-color branch along #13.

The problem with colored streaming stems from the facts:

This means that there is alignment problem between depth and color data.

To get most from hardware for streaming it is important to consider:

Those problems hit:

bmegli commented 4 years ago

Looking at librealsense software-device example, librealsense may be used on both:

To unproject/align the data.

Currently we:

bmegli commented 4 years ago

RNHVE part is finished and documented.

In view of the fact that librealsense doesn't use distortion models there is:

bmegli commented 4 years ago

Finished.

The only thing not touched is:

This would only happen when aligning color to depth. Aligning depth to color seems to give better results so I am not going to consider it now.