Capture the frame from iDS uEye camera.
Dear all, I am using the USB 3.0 iDS uEye UI-3241LE-MGL model. I am trying to get the camera frames in OpenCv. I have used @StevenPuttemans 's code link text but I am getting the blank frames asoutput. Does anyone have any idea about this?
Probably there are several things to change in that code to adapt it to your case (he used an Ethernet camera, yours is USB; it has hard-coded image size, etc). Here's what I recommend to do:
Modify that example for your need:
Yeah, I kept the maximum height and width of the image and it is working.