This repository provides a simple integration of the Intel RealSense camera with the Ark robotics framework.
- Install the package in editable mode so that the examples can find the module:
pip install -e .This will also install the minimal Python dependencies listed in setup.py.
The examples/ directory contains small scripts demonstrating how to log images from the camera. Refer to the configuration files in config/ to customize the sensor settings.