jdog816
jdog816
Yes I did. This is what I got: root@odroid:/etc/tiscamera# ./scripts/dependency-manager install Executing: sudo apt install git g++ cmake pkg-config libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libglib2.0-dev libgirepository1.0-dev libusb-1.0-0-dev libzip-dev libzip5 libglib2.0-0 libgirepository-1.0-1 libusb-1.0-0 libuuid1...
Ok, I got a little further by running: apt install build-essential and now it recognizes the C and C++ compilers, but I run into some more errors: (by the way,...
I was able to install tiscamera on an Odroid XU4 running Ubuntu 18.04. However, I get this error when trying to run tcam-capture: root@odroid:/home/odroid/Camera/tiscamera# tcam-capture 2022-09-26T17:35:09 - unknown:0: warning QStandardPaths:...
Yes, that always happens. When I enter tcam-capture in the terminal, two windows pop up - one for me to chose the camera, and the other has tabs (Quit, Open...
When I run gst-launch-1.0 tcambin ! videoconvert ! ximagesink I get the same grey video but no apparent way to capture/save an image from it. When i run gst-launch-1.0 tcambin...
I probably should've closed this issue earlier because I fixed the original problem (installing tiscamera) by switching to Ubuntu 18.04. I think I'll open a separate issue because I'm trying...