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

VideoRecorderCamera.BACK not showing video preview on Android #39

Open
Klym-SooperPooper opened this issue Sep 22, 2021 · 0 comments
Open

Comments

@Klym-SooperPooper
Copy link

Klym-SooperPooper commented Sep 22, 2021

In my mobile (built apk file) on the page for recording video In VideoRecorderOptions VideoRecorderCamera.FRONT is working perfectly showing frame with video preview that I am recording, but when I change setting to VideoRecorderCamera.BACK I am stopping to see video preview. At the same time I can hear audio, which is set to true.

This is recorderSettings that I have in code:

recorderSettings(): VideoRecorderOptions {
			return {
				camera: VideoRecorderCamera.BACK,
				quality: VideoRecorderQuality.MAX_480P,
				previewFrames: [this.config],
				audio:true,
			}
		}
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

1 participant