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

The recorded video was not saved locally #151

Closed
Mufeiris opened this issue Mar 29, 2024 · 0 comments
Closed

The recorded video was not saved locally #151

Mufeiris opened this issue Mar 29, 2024 · 0 comments

Comments

@Mufeiris
Copy link

I used the following two functions

var result = await cameraView.StartRecordingAsync(Path.Combine(FileSystem.Current.CacheDirectory, "Video.mp4"), new Size(1920, 1080));
result = await cameraView.StopRecordingAsync();

Both calls resulted in success

But I can't find this video on my Android phone.

Also, I nested this control in Avalonia through a project called AvaloniaMauiHybrid, and I'm not sure if it's related to this

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