AGH-CEAI/aegis_ros

Make DepthAI camera pipeline configurable

Open

#107 opened on Feb 27, 2026

 (0 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
configenhancementgood first issuehardware

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

Some camera pipeline configurations significantly reduce the frame rate. For certain scenarios, such as training, a lightweight RGB-only pipeline is sufficient and allows much higher FPS. One possible solution would be to introduce a simple way to select different camera pipeline modes, such as RGB-only, RGB with depth, or RGB with depth and neural network processing.

Contributor guide