-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
how to load video files(.mp4 .avi) instead of camera #50
Comments
I have tested the videos, and worked well, if your video frames have only one channel, you must modify the load code, have you solved your problem? |
I don’t understand what you mean. Can you explain it in detail? Please forgive me if it disturbs you. I look forward to your reply. Thank you very much. |
What problem have you met? |
.hank you for your reply,The problem I am displaying may be caused by no camera, so I want to try to load the local video for identification。 |
@LiuYeeJ It seems like that the video was failed to load. Make sure the path of the video file is correct. |
Okay, thank you very much. I just picked up the camera and completed the recurrence of the experiment. Thank you very much for your help |
i changed demo.py
#video_captor = cv2.VideoCapture('sample.mp4')
video_captor = cv2.VideoCapture(0)
but it did not work
The text was updated successfully, but these errors were encountered: