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, do you have any Python examples showing what is in the Capturing to User-allocated Memory Buffers documentation? I'm having a hard time figuring out a way to make a...

I am using a DMK 37BUX287 using TISGrabber.py in python. I am having black horizontal lines show up on every image using SnapImage() that I believe is coming right from...

Based on `qt5-imageprocessing.py` and [Display Image Processing Result in Overlay](https://github.com/TheImagingSource/IC-Imaging-Control-Samples/tree/master/c%23/Display%20Image%20Processing%20Result%20in%20Overlay) for `C#` I figured that overlays might be added to the buffer through the similar function calls, ``` Overlay =...

Hi, I'm having a bit of an issue displaying saved frames one by one via DisplayImageBuffer, in .NET. I have set up a FrameQueueSink alongisde a FrameQueueSinkListener. Whenever the listener...

Dear sir, First, I ran an example 41 without error, however if I close that application and run the program gain, I got a " ctypes.ArgumentError " as below figure:...

Hi When trying to run java example with DFK AFU050-L34 I got an error: `Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Failed to query property Gain at ic.PropertyDouble.GetRangePropertyDouble(Native Method) at ic.PropertyDouble.(PropertyDouble.java:11) at...

Hi team, Thank you for your effort that provide us example, so we can develop based on it. I have worked with your products over a year. Everything works smoothly....

Is there a python example for IC3DSDK? I am using IC 3D to calibrate a pair of Imaging Source camera. The calibration results are great and I have generated the...

Hi, I have been trying to write frames to a video file based on callback functions (more or less like https://github.com/TheImagingSource/IC-Imaging-Control-Samples/blob/master/Python/Open%20Camera%2C%20Grab%20Image%20to%20OpenCV/callback.py ) while reading strobe outputs using an external data...

Hello, I want to take images with several DFK 33GX265 cameras, loading the configurations from a .xml file and I have the following python code in Windows: def __init__(self, configurations,...