Skip to content

A driver to use the frontal camera, the one below the realsense with ROS.

Notifications You must be signed in to change notification settings

LapinCodeur/intel_aero_frontal_camera_ros_driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel aero frontal camera ROS driver

Based on the Intel's example. Publish the image from the frontal camera in a ROS topic.

Build Steps

mkdir -p ~/Workspace/src
cd ~/Workspace/src
git clone https://github.com/LapinCodeur/intel_aero_frontal_camera_ros_driver.git
cd ~/Workspace
catkin_make
source ~/Workspace/devel/setup.bash
roslaunch intel_aero_frontal_camera_ros_driver frontal_camera.launch

Result

rosrun image_view image_view image:=/front_cam

You will see the image from the frontal camera, the image has a poor contrast and light. resultoutdoor

I have tried to improve it, but I wasn't successfull. I have made some parameters that you can change in the launch file in order to improve the brightness. Set correction_brightness to true if you want a correction. Try different gamma, doesn't go over 1.

<param name="correction_brightness" value="false"/>
<param name="gamma" value="0.4"/>

Without correctionWith correction

To do

  • Improve the brightness by setting properly the driver. The camera is not fully compatible with V4L2...

About

A driver to use the frontal camera, the one below the realsense with ROS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published