TheImagingSource / IC-Imaging-Control-Samples

Windows Sample in C#, C++, Python, LabVIEW and Java
91 stars 52 forks source link

IC Imaging source upgrade to 3.5 from 3.4 #74

Open smitanv opened 6 months ago

smitanv commented 6 months ago

I am trying to upgrade an application that used imaging source SDK 3.4 to imaging source SDK 3.5. The application used the imageAvailable event concept to acquire images from DK37BUX273 camera sensor. I followed the samples and I find that FrameQueueSink and FrameNotificationSink both provide horizontally rotated images in Y800 format. Is that expected? How can I prevent this unnecessary rotation?

TIS-Stefan commented 6 months ago

Hello

No, it is not expected the image being rotated. Did you install the latest driver from https://www.theimagingsource.com/en-de/support/download/icwdmuvccamtis33u-5.1.0.1719/ ?

In worst case, you can set the "Flip" property in the camera.

Stefan