This repository includes all codes related to the camera system which consists of two Basler DaA1920-30uc cameras.
(The repository is around 120MB due to deleted but still tracking .tar.gz files.)
These python codes can be used for personal laptops preserving maximum speed (30fps) of cameras. But systems like Jetson AGX Xavier, this is not fast enough. (Maximum achievable speed is between 20-30fps). This code is tested on Windows 10 and Ubuntu 18.04.
- Pylon APIs
- PyPylon python wrapper
- FFMPEG
These codes are designed targetting Jetson AGX Xavier (Ubuntu 18.04) to achieve 30fps. (Cameras' maximum frame rate) This is not tested on Windows.
- Pylon APIs
Object detection model: YOLOv4 (This is our initial method. Currently we are using YOLOv5 as designed in ROS_system)