Skip to content
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

report bug : Error saving video #36

Open
salorsmile opened this issue Sep 20, 2020 · 1 comment
Open

report bug : Error saving video #36

salorsmile opened this issue Sep 20, 2020 · 1 comment

Comments

@salorsmile
Copy link

hello,
Thank you very much for sharing the code.
When I save the video processing results, there is a bug. The program (demo_camera.py)ends but the video is not saved. The output size will be 6KB or 8KB or other. At first, I thought it was a video coding format error, but it's not.
Finally, I found that the problem was that the size of the frame was changed after the hand model calculation. The input size changed from 720 × 1280 to 400 × 711, which led to the failure of cv2. Videowriter() to save the video.
Please verify and fix this bug.

@yxz-git
Copy link

yxz-git commented Oct 24, 2022

Hello, have you solved this problem and how?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants