Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 457 Bytes

File metadata and controls

22 lines (10 loc) · 457 Bytes

RealSense Camera Project

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.

Installation

conda create -n depth_rs python=3.8.10
pip install -r requirements.txt

Example Usages

To set up a new terminal, run:

conda activate depth_rs
python main.py