Open palacidr opened 1 year ago
Hello
you are right, these samples should work on a PI4 without changes. They do not work on a PI3 or older models. Do you use a PI 4?
Stefan
Yes. I'm using a RPi4.
On Thu, Mar 30, 2023, 3:40 AM TIS-Stefan @.***> wrote:
Hello
you are right, these samples should work on a PI4 without changes. They do not work on a PI3 or older models. Do you use a PI 4?
Stefan
— Reply to this email directly, view it on GitHub https://github.com/TheImagingSource/Linux-tiscamera-Programming-Samples/issues/28#issuecomment-1489839833, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6WFCEJ2TOLOPNOBYHFLSRTW6U2HHANCNFSM6AAAAAAWMNAZ3A . You are receiving this because you authored the thread.Message ID: <TheImagingSource/Linux-tiscamera-Programming-Samples/issues/28/1489839833 @github.com>
Please do not "sudo" for the Python scripts and also make sure, you use Python 3.
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 packages and get the following errors:
Is there some parameter that I need to adjust here that I have not thought about? I see in some of the other examples (13-gstquery.py) the format has to be changed based on the camera but there is no output which makes me believe that I am not using gstreamer correctly.
But, the two previous python examples (00-list-devices.py & 03-live-stream.py) should have run automatically with no adjustment to the python code?