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 the camera is connected. However, when I try to use the Python examples I keep getting "Error starting pipeline." when running Tis.start_pipeline(). I tried manually defining the device and using the Tis.select_device() function to select it from the terminal with the same results.
Thank you