Is there any industrial computer vision camera that comes with a Python interface, or that has a well developed third-party solution?
I have been doing some work using webcams, which are easily accessible through for example OpenCV. However, now I need a camera which is more robust and flexible. I need to be able to set certain parameters such as exposure and gain. As far as possible I want to avoid developing in other languages than Python, since Python is what I know best.
I have seen plugins such as pyueye for uEye cameras, which seems fine, except that this does not work well in Windows.