-
Notifications
You must be signed in to change notification settings - Fork 82
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
High resolution video playback #15
Comments
Hi @chinkan What browser are you using? |
Hi @Seikon I am use the latest Chrome version 59 and I tried the canvas version. |
it is a bit strange. Has all the frame the same size or it changes in time? Try to force the change of the frame crossing in front of the camera and see if the size's image oscilate. I never try this with 4K cameras, so it's very difficult to test it. Maybe the canvas hasn't enough memory to put the entire image. You can test it adding debug points and watching what appends when canvas draw the image. |
Hi @Seikon I have another problem for the library, I added the option |
This is because in the example you are setting the resolution by code using ctx.drawImage(img,100,100); |
When I try to playback 4k video from my cam using the example code, it show only part of the video in the screen.
How can I fix it? Thanks!
P.S.: I had tried 1080p also same issue. I had changed to 704*576 and work perfectly. However I need to playback at lease 1080p for my project.
The text was updated successfully, but these errors were encountered: