videojs-record
videojs-record copied to clipboard
Change video input device when in image mode?
Are we able to change the video input device when in image mode? I have it set up and functioning when recording a video. However when in image mode, selecting a different camera just defaults back to the default camera, and there doesn't appear to be any error.
I faced this error also, who can help me?
However when in image mode, selecting a different camera just defaults back to the default camera, and there doesn't appear to be any error.
How do you select this different camera? what code are you using?
Hi @thijstriemstra, I've moved the change-video-input example into a Codepen and replaced the options
object with the one used in the image-only example. As you can hopefully see when there's multiple video devices, switching between them just re-displays the default camera.
https://codepen.io/MichaelHeyDonny/pen/QWggEyz
Hi @thijstriemstra, any update on this. I note you've removed the needs-update label?
Have added: https://github.com/collab-project/videojs-record/pull/620 for review
Anyone happen to find a solution for this yet? I'm having the same problem not being able to change camera while using image mode. Thanks!
Hi @erichusted, you can see the details of the PR linked above if you wish to fix manually.
Hi @erichusted, you can see the details of the PR linked above if you wish to fix manually.
Thank you! Building the project locally with your changes fixed it!