Where to get frame from webcam ? Hope this is last question :D #2457
Samuel-Bachorik
started this conversation in
General
Replies: 2 comments 4 replies
-
UPDATE Best thing would be to process frame that your program is reading at abaolute begining but I dont know where it is . Or maybe better question is where can I find line of code that is reading frames from camera ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Samuel-Bachorik I don't understand the question. For webcam inference you can simply run |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm currently working with yolo and webcam, so source is equal to "0". The problem is I need to access the webcam frames that is your Yolo going to process. I'm running detect.py. My goal is to get that frame process it for road detection and then I want to sent this frame to Yolo so I am asking you if you can show me the line of code where I can get webcam frames before they go to Yolo so I can process them first.
THANK YOU FOR ALL OF YOUR HELP :)
Beta Was this translation helpful? Give feedback.
All reactions