IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.63k stars 4.83k forks source link

Typo in wiki #12700

Open jackdefay opened 9 months ago

jackdefay commented 9 months ago

Hi I'm not sure if this is the right place to put this but there's a typo in the wiki example code that had me looking for bugs for way too long.

At this page: https://github.com/IntelRealSense/librealsense/wiki/Projection-in-RealSense-SDK-2.0#frame-alignment

Under frame alignment/python it says: align.proccess

instead of: align.process

Which when run gives the following error: AttributeError: 'pyrealsense2.pyrealsense2.align' object has no attribute 'proccess'

MartyG-RealSense commented 9 months ago

Thanks very much @jackdefay for the report. I have added a Documentation label to this issue to mark it as an issue for the future attention of the RealSense team. This issue should be left open, but you do not need to take any further action. Thanks again!