Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Platform Independent GigE Vision driver [closed]

Is there a platform independent GigE Vision driver or software package that exists? I am integrating a Point Grey Research Flea3 GigE camera with a Texas Instruments C6678 multi core DSP chip. I was hoping to find a piece of software that had explicitly broken out any of the hardware dependent calls into a platform or portable file that I could then fill in the specific details for my platform to transmit a UDP packet, etc.

like image 519
Crake Avatar asked Oct 06 '22 15:10

Crake


1 Answers

It seems that the GigE Vision standard, while claiming to be open, is actually not an open standard at all. It requires a license fee to implement in any commercial software, and is not even publicly available for download without approval from AIA.

I was able to find one truly open implementation of the standard:

OpenGigEVision

like image 181
Crake Avatar answered Oct 10 '22 04:10

Crake