==================== Compare Color Image and Depth Image ==================== .. raw:: html

Follow along: Compare Color Image and Depth Image

The program launching process along with parameter settings are all simplified and set up on the Jupyter Notebook Environment.
(The Jetson Board used for these examples are => Jetson Nano)
.. raw:: html
- 01_04_Depth_Comparison.ipynb - | Running the cell code. | `Ctrl + Enter` .. thumbnail:: /_images/depth_camera/depth_ex_1-1.png - Set environment variables before running the code. .. code-block:: python %env DISPLAY=:0 %env PROGRAM_PATH=/root/scripts/aikit/lecture/ - Check the Python code to be executed. When the cell is executed, the contents of the corresponding Python code are output. .. code-block:: python !cat $PROGRAM_PATH/01_04_Depth_Comparison.py - Execute that code. .. code-block:: python !python3 $PROGRAM_PATH/01_04_Depth_Comparison.py - If executed correctly, the following window will appear on the Jetson Nano and the connected display. .. thumbnail:: /_images/depth_camera/depth_ex_1-2.png