Skip to content

三个网口相机使用外部触发采集图像,并保持GPS信息

Notifications You must be signed in to change notification settings

JinLn/BaslerCameraHardwareTrigger_GigE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

三个相机使用外部触发同时采集图像,并保持GPS信息

BaslerCameraHardwareTrigger_GigE

Basler Camera using hardware trigger

Description

This is a simple program used for grabbing image from a Basler USB3 camera, trigger signal generated by Arduino microcontroller

Dependencies

1.OpenCV3

2.Pylon SDK

--OpenCV3 is used for display image grabbed and write image to disk In case you don't want to display images or you have your own function for writing image to disk, please feel free to disable OpenCV part

--Pylon SDK Since we are using Basler camera, Pylon SDK must be installed on your system

Please follow the instruction from Pylon documentation Documentation could be found here https://www.baslerweb.com/en/products/software/basler-pylon-camera-software-suite/, select the documentation correpond with your own camera model e.g. I'm using Basler acA1300-200um

Usage

cd BaslerCameraHardwareTrigger_GigE
mkdir build
cd build
cmake ..
make
../Grab/Grab

Parameter

mkdir flow/0
mkdir flow/1
mkdir flow/2

About

三个网口相机使用外部触发采集图像,并保持GPS信息

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published