Camera drivers
This section provides instruction to install drivers for your camera depending on the manufacturer.
As most of camera drivers are implemented through PyLabLib package, most of the pages include a link to PyLabLib documentation.
If you can not find your manufacturer in the list below, you will need to develop your own driver.
Following the architecture described in Installing camera drivers and Cameras code,
you will have to write a <Driver name>Class defined in a new <Driver name>.py file in Cameras directory.
If you do that, please consider sharing your driver with the community,
by contacting developer or submitting a pull request on github.