IC-Imaging-Control-Samples icon indicating copy to clipboard operation
IC-Imaging-Control-Samples copied to clipboard

Windows Sample in C#, C++, Python, LabVIEW and Java

Results 18 IC-Imaging-Control-Samples issues
Sort by recently updated
recently updated
newest added

Hi i'm using ic imaging control 3.5 in python. I require a image using Frame = snapsink.SnapSingle(TimeSpan.FromSeconds(2)) then i use a pointer = TIS.Imaging.IFrame(Frame) and through the pointer i can...

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...

Hallo Stefan, vielleciht kannst du mir weiterhelfen. In meinem Porgramm kann ich die device properties aufrufen und darüber auch die exposure time setzten. Dies ermöglicht mir die folgenden Zeilen: def...

Hey TheImagingSource, Thank you very much for your packages and the support. I was wondering if you know a way I could video stream from the camera to the browser...

I am trying to use the function: ```int AC IC_GetPropertyMapStrings(HGRABBER hGrabber, char* Property, char *Element, int *StringCount, char **Strings );``` but I am getting an error on parameter 5, char...

Hello, I am opening the camera using IC_OpenDevByUniqueName, then setting the continuous capture mode using IC_SetContinuousMode. However, when I call IC_StartLive, it fails and returns a status code of 0....

It's easy to make it scrollable in C#, but the video window in the provided python samples is not scollable, I wonder if it's possible to make it scrollable, which...

Hi, I would like to know if it is somehow possible to interact with the camera livestream of IC_StartLive. I would like to know for example in which pixel position...