How to Get Images Using GigE Cameras on Linux with Simple C

Is there a library that I can use to get images from a GigE camera with simple C on Linux? To be more specific, I have a Basler GigE camera and pylon software installed. C ++ also has sample code. But I want and should use C (in my work it's really THE to make C use ). It would be great if there was something useful like libdc1394 for GigE only.

+5
source share
3 answers

"GigE Vision" is actually the standard for CCTV cameras, and most cameras also use the Genicam standard to configure settings. At least this is the theory - I have a high-speed GigE camera that was not found by Pylon or AVT for an unknown reason (it is officially supported only by eBus from Pleora). You may be able to get specifications for these standards, but I'm not sure if they are available.

, Aravis Ubuntu12.04, ( 512x512 190 ). , C. , Viewer, , gstreamer-dev, libgstreamer-plugins-base0.10-dev.

+6

++ , , c-api, GenICam - - SDK. C, GenICam - , XML- Genicam / , - - .

Aravis , gstreamer , , C, XML . gstreamer , . , Pleora SDK FYI - . , โ€‹โ€‹ ( ++:-), , .

+4

GigE - โ€‹โ€‹ , , GigE Vision, . , , .

, ( )...

1) . , .

2) , , C- SDK, ?

3) ++:-) (jk...)

4) , , .

5) , . ( , ). : Aravis OpenGigEVision. , , , .

, โ„–5 - , .

+2

All Articles