Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 956 Bytes

File metadata and controls

19 lines (15 loc) · 956 Bytes

Project Explanation

In this project, I would like to create a prototype of a system that can apply image conversion technology to dynamic situations such as the driving environment of a car.
Demo GIF

Using APIs
The configuration of the system is as follows: It consists of a laptop using Ubuntu 20.04 OS and two webcams running with ros2 foxy
Implement two webcams using Ros2's usb_cam package and receive video streams as input.
The input image frames are transmitted to the image conversion node in the computer through the ros topic, and the converted image is visualized.

bev_package

location: src/bev_package
BEV System config
BEV Demo

pano_package

location: src/pano_package
Image_Stitching System config
Image_Stitching Demo