Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
Go to the source code of this file.
Functions | |
int | sensorType () |
sensorType Required API for MityCAM sensor plugin. Reports a unique ID that the underlying tcSensorBoard implementation will operate with. The returned value must match the ID called out in the main application configuration file. At the moment, the ID's are not defined in a source file in order to keep specific sensor implementations private. More... | |
SocCamera::tcSensorBoard * | makeSensor (const char *args) |
makeSensor the tcSensorBoard factory for the plugin. More... | |
SocCamera::tcSensorBoard* makeSensor | ( | const char * | args | ) |
makeSensor the tcSensorBoard factory for the plugin.
args | arguments passed in by the calling application. These are extracted from the main application configuration file (the line immediately following the sensor ID). |
int sensorType | ( | ) |
sensorType Required API for MityCAM sensor plugin. Reports a unique ID that the underlying tcSensorBoard implementation will operate with. The returned value must match the ID called out in the main application configuration file. At the moment, the ID's are not defined in a source file in order to keep specific sensor implementations private.