Linux-tiscamera-Programming-Samples
Linux-tiscamera-Programming-Samples copied to clipboard
Programming samples in Python and C++ for the tiscamera GStreamer modules.
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...
Keep up the good work!
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 
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.  The camera works correctly when opened in Tcam-Capture.  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...
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...