-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Using an USB camera #35
Comments
Hi @jjferreira !
Substitute this line from cap = cv2.VideoCapture(gst_string, cv2.CAP_GSTREAMER) to cap = cv2.VideoCapture('/dev/video3') This assumes that your USB camera is on Hope this helps! |
Hi @tomek-l , thank you for this response, but I'm a bit confused. This file u asked me to make a change its on a different project and repository. I downloaded the ai-thermometer repository and the changes are on the jetson-cameras repository, do you mind clarifying. Thank you |
Hi @tomek-l thank you for your explanation. It runs but not as expected see picture attached. |
Hi @jjferreira , What webcam are you using? |
Hello @tomek-l,
I tried my intel realsense d435i, and a standard logitech Usb camera. Same
behaviour. But if i run a simple python script i can see both cameras
working as expected.
Tks
…On Fri, 14 May 2021 at 08:46, Tomasz Lewicki ***@***.***> wrote:
Hi @jjferreira <https://github.com/jjferreira> ,
What webcam are you using?
Did you have any success so far in getting the image in other applications?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY2X4JYDQ4XDPI2ZWDB7ODTNTIORANCNFSM44FT625A>
.
|
The issued I was having was to do with the lens of the thermal became loose. |
Hi there how can make this code run using a usb camera, instead of the camera suggested in your article.
The text was updated successfully, but these errors were encountered: