We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Thank you for nice samples.
Now, I'd like to show the Theta Z1 Video by using VideoCapture in Python's OpenCV on Ubuntu 22.04. So, I follwed the below forum.
https://community.theta360.guide/t/live-streaming-over-usb-on-ubuntu-and-linux-nvidia-jetson/4359/52
And then, I ran the ./gst_loopback as a result below error occured. Could you give me any tips to solve??
$ ./gst_loopback start, hit any key to stop Error: Device '/dev/video0' is not a output device. stop
./gst_viewer works well without any errors.
In addition, I'd like to know the steps to show the Theta Z1 Video by Python's OpenCV. Is the any information on website for this??
Sincerely.
The text was updated successfully, but these errors were encountered:
Do you have v4l2loopback installed?
did you do
sudo modprobe v4l2loopback
Sorry, something went wrong.
No branches or pull requests
Hello.
Thank you for nice samples.
Now, I'd like to show the Theta Z1 Video by using VideoCapture in Python's OpenCV on Ubuntu 22.04.
So, I follwed the below forum.
https://community.theta360.guide/t/live-streaming-over-usb-on-ubuntu-and-linux-nvidia-jetson/4359/52
And then, I ran the ./gst_loopback as a result below error occured.
Could you give me any tips to solve??
$ ./gst_loopback start, hit any key to stop Error: Device '/dev/video0' is not a output device. stop
./gst_viewer works well without any errors.
In addition, I'd like to know the steps to show the Theta Z1 Video by Python's OpenCV.
Is the any information on website for this??
Sincerely.
The text was updated successfully, but these errors were encountered: