Linux-tiscamera-Programming-Samples icon indicating copy to clipboard operation
Linux-tiscamera-Programming-Samples copied to clipboard

Programming samples in Python and C++ for the tiscamera GStreamer modules.

Results 11 Linux-tiscamera-Programming-Samples issues
Sort by recently updated
recently updated
newest added

Hello, We are sporadically getting null values in the following code from TIS.py: ` sample = self.appsink.emit("try-pull-sample", timeout * Gst.SECOND) buf = sample.get_buffer() data = buf.extract_dup(0, buf.get_size()) if convert_to_mat and...

I am trying cpp samples of Linux-tiscamera-Programming-Samples repository and and have different types of errors. Specifically for `/cpp/Save an image using OpenCV/` project, after making and running I get these...

I'm using the DMM 37UX250-ML with a Raspberry Pi 4. I can run `tcam-capture` from the terminal and get an image and see other info with `tcam-ctrl`, so I know...

Hi how can I call the trigger software function used in tcam-Capture application in cpp ![20230603_163828](https://github.com/TheImagingSource/Linux-tiscamera-Programming-Samples/assets/57527435/cd22ea13-9506-41d9-84a1-1033e3ce42be)

Hi there i want cpp code with similar functionality to this c# code below `private void IC_SoftWareTrigger() { TIS.Imaging.VCDButtonProperty SoftTrigger = (TIS.Imaging.VCDButtonProperty)icImagingControl1.VCDPropertyItems.FindInterface(TIS.Imaging.VCDIDs.VCDID_TriggerMode + ":{FDB4003C-552C-4FAA-B87B-42E888D54147}:" + TIS.Imaging.VCDIDs.VCDInterface_Button); if (SoftTrigger != null)...

I downloaded and installed tiscamera and tcampimipisrc. ![image](https://user-images.githubusercontent.com/128733457/228661695-db13b3a9-f694-4083-ab6e-2095f70469be.png) The camera works correctly when opened in Tcam-Capture. ![image](https://user-images.githubusercontent.com/128733457/228661734-56c622b3-0509-4808-8129-d9941f921c86.png) I try to run the python examples (00-list-devices.py & 03-live-stream.py) from the installed...

Hi Is possible to have a raw image before demosaicing process on the DFM37uX178?. I am using the RGBx64 and TIFF format but still need the real raw to improve...

Hi, I tried to get an ImagingSource camera working with a raspberry pi 4. When I try to run your script it throughs me an error for gi: AttributeError: module...

question

Hi, we are using tiscamera library with Raspberry Pi Compute Module 4. The gstreamer image capturing only 8 frames using python is talking lot of cpu usage for all four...