Skip to content

The transmission time of the image is calculated, and theoretically the timestamp is closer to the shutter trigger time.

License

Notifications You must be signed in to change notification settings

ToutDonner/GalaxyCameraDriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

galaxy_camera

ROS wrapper for the galaxy camera made by Daheng Imaging.

Forked from QiayuanLiao/[email protected]:QiayuanLiao/galaxy_camera.git

Dependencies:

  • ROS Melodic
  • gxiapi

//** modified by crz **//

  • 在launch中修改设备的SN码即可
  • 增加了画质增强功能
  • 计算了图像从相机到PC的传输时间

//****************************//

Getting started

Install dependencies

Download and build code

This is a ros_packages,you should put it in your ROS workspace.

  1. Get the source:
git clone [email protected]:QiayuanLiao/[email protected]:QiayuanLiao/galaxy_camera.git
  1. Make in your workspace
catkin_make
source devel/setup.bash

Test

  1. Connect the camera by Gige, run:
roslaunch galaxy_camera MER-132GC.launch
or 
roslaunch galaxy_camera MER-132GC_R_L.launch
  1. Adjust the params in launch file.
  2. Calibrate:
rosrun camera_calibration cameracalibrator.py --size 7x5 --square 0.030 image:=/galaxy_camera/image_raw camera:=/galaxy_camera
  1. More information: http://wiki.ros.org/image_pipeline

TODO

  • Multi-camera support
  • nodelet support
  • test on other device

galaxy_camera

About

The transmission time of the image is calculated, and theoretically the timestamp is closer to the shutter trigger time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages