Personal Website: https://henryliukkk.github.io/
This project can be directly applied to RealSense series cameras. After connecting the camera, running the main program will automatically save both RGB and depth images.
conda create -n depth_rs python=3.8.10
pip install -r requirements.txt
To set up a new terminal, run:
conda activate depth_rs
python main.py