SensorStudio is a custom application designed to capture, analyze and display images without the need for a frame grabber. SensorStudio uses a frame grabber API to communicate with hardware, and plugins (DLLs) are used to interface with a sensor and frame grabber combination.
SensorStudio is a custom application designed to capture, analyze and demonstrate images.
SensorStudio does not have to be used with a frame grabber. You can read in image files from disk. Plugins (DLLs) are used to interface SensorStudio to a sensor and frame grabber combination.
SensorStudio uses a defined communication mechanism, called the frame grabber API, to talk to all hardware.
To support a sensor and frame grabber combination the appropriate plugin will implement the receiving end of the frame grabber API. The plugin is a self contained unit which controls and captures images from the hardware.
Comments