theMladyPan / BaslerWorker

Basler API server to grab up to 8 cameras simultaneously.

Home Page:https://themladypan.github.io/BaslerWorker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaslerWorker

Info

Very small app made for getting TCP message, capturing image from connected basler camera and then saving it locally. Compiled and tested mainly under:

OS Win10 pro
Visual studio VS2017
architecture x64
C++ v11

Program flow

Basler worker waits for connection on configured (defaults.cfg) port. Then after succesfull receiving of regular expression: ^[0-9]{14}[A-Za-z0-9]+.jpg|png$ which means 8 digits of serial number of camera following by 6 digits of exposure in microseconds following by sequence of alphanumeric characters ended by trailing extension of desired filename (.jpg or .png), executes grabbing and waits for TIMEOUT amount of time for image which is then saved to desired filename.

Latest Release

v1.4

From commit

e684b70

About

Basler API server to grab up to 8 cameras simultaneously.

https://themladypan.github.io/BaslerWorker/


Languages

Language:C++ 96.5%Language:C 3.5%