[D455] Post-processing
Hi,
The IntelRealSenseViewer app turns on post-processing. When I program by Python Code, How do I know if my pipeline turns on post-processing or not?
Do you have examples that relate to check and setup post-processing?
Thanks
-
Hi Nguyenduyduc14. The RealSense Viewer tool applies a range of post-processing filters by default, whilst scripts that you create yourself do not and have to have post-processing filters deliberately programmed into the script. So if you are creating your own script, it will not have any post-processing filters applied by default.
Intel provide a RealSense post-processing filter tutorial for Python at the link below.
https://github.com/IntelRealSense/librealsense/blob/jupyter/notebooks/depth_filters.ipynb
Also, this link is a useful reference:
https://github.com/IntelRealSense/librealsense/issues/1672#issuecomment-387438447
-
Intel's white-paper guide about HDR has Python code for controlling HDR Merge at the link below.
Please sign in to leave a comment.
Comments
4 comments