I would like to know if the IVT Image processing libraries can work with Lumenera Infinity 3-1M cameras. If it works, I would also like to know which libraries to refer in order to connect with Lumenera cameras. Thanking you in anticipation of a favourable response.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this camera is not yet supported, i.e. the SDK for accessing its driver is not yet implemented as a IVT module. But it is quite easy to do so yourself, you simple have to implement the IVT interface CVideoCaptureInterface. I assume the camera is delivered with its own SDK and driver?
I think it is a USB camera? If it is a Firewire camera, you could try using the IVT module CLinux1394Capture2 - then you wouldn't have the implement your own module.
Pedram
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Sir,
I would like to know if the IVT Image processing libraries can work with Lumenera Infinity 3-1M cameras. If it works, I would also like to know which libraries to refer in order to connect with Lumenera cameras. Thanking you in anticipation of a favourable response.
Hello,
this camera is not yet supported, i.e. the SDK for accessing its driver is not yet implemented as a IVT module. But it is quite easy to do so yourself, you simple have to implement the IVT interface CVideoCaptureInterface. I assume the camera is delivered with its own SDK and driver?
I think it is a USB camera? If it is a Firewire camera, you could try using the IVT module CLinux1394Capture2 - then you wouldn't have the implement your own module.
Pedram