Skip to content

entc17fyp6/camera-ros-connect

Repository files navigation

Camera System

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.)

Python3 implementation

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.

Requirements

  • Pylon APIs
  • PyPylon python wrapper
  • FFMPEG

C++ implementation

These codes are designed targetting Jetson AGX Xavier (Ubuntu 18.04) to achieve 30fps. (Cameras' maximum frame rate) This is not tested on Windows.

Requirements

  • Pylon APIs

Traffic light detection using Two Camera input

Object detection model: YOLOv4 (This is our initial method. Currently we are using YOLOv5 as designed in ROS_system)

Real time traffic light detection

Combining two camera inputs

System architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published