enum | VCFPGAId |
FPGA Identificator. More... | |
enum | VCFPGAMod |
FPGA Modules. More... | |
enum | VCFPGAModVars |
FPGA Module Local Variable Count. More... | |
I32 | vc_ver_fpga (U32 *hwtype, U32 *hwversion) |
Version and Type Information of the loaded FPGA. More... | |
I32 | vc_ver_fpga_sen (U32 *hwtypeNRevision, VCSenCfg *sen) |
Version and Type Information of sensor interim FPGA (if available). More... | |
Our FPGA can do special processing of sensor image data on the fly directly after the sensor took a picture and before the data is put into memory. If you got a individual FPGA from Vision Components, you may be instructed to configure the FPGA modules by hand.
To do so, one has to provide the FPGA ID and handler functions as pointers at sensor initialization level, VCSenInit. More detailled instructions are provided by Vision Components based on the individual FPGA configuration.
enum VCFPGAId |
This enum identifies FPGA Chains by their ID.
enum VCFPGAMod |
This enum identifies FPGA Modules by their ID.
enum VCFPGAModVars |
This enum documents the local variable count of each module.
This function provides version and type Information of the loaded FPGA.
This function provides version and type Information of the sensor interim FPGA if available. Not every sensor has an interim FPGA!