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

Camera Setting For Video Upload #837

Open
Sarthak-Samanta opened this issue Apr 23, 2023 · 1 comment
Open

Camera Setting For Video Upload #837

Sarthak-Samanta opened this issue Apr 23, 2023 · 1 comment

Comments

@Sarthak-Samanta
Copy link

Sir
Your script for Video upload is Excellent.
Its working very Good.

One more thing i want to know that how can i capture the video by using my Mobile Back Camera when capturing???
Please tell me the solution.

Thank You.

@JackieZheng
Copy link

getUserMedia({
audio: true,
video: { facingMode: 'environment' }, // Back Camera
// video: { facingMode: 'user' } // Front Camera
})

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