You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI
Using the Toolkit, I've created an (Android only)Video Capture class librray with Preview and now Audio and is avaliable as a NuGet package. There is a sample app as a GitHub repository that exemplifies it.
The sample app implements a UI for setting the filename, moving to preview mode, then video capture, pause, continue and then to finish. The video functionality is in the main in the package so reuse by another app is not too difficult. Has been tested on a Google Pixel 6 phone.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
FYI
Using the Toolkit, I've created an (Android only) Video Capture class librray with Preview and now Audio and is avaliable as a NuGet package. There is a sample app as a GitHub repository that exemplifies it.
The NuGet Package
NuGet Package: djaus2_MauiMediaRecorderVideoLib
The Sample App (on GitHub)
djaus2/MauiMediaRecorderVideoAndroidApp
The sample app implements a UI for setting the filename, moving to preview mode, then video capture, pause, continue and then to finish. The video functionality is in the main in the package so reuse by another app is not too difficult. Has been tested on a Google Pixel 6 phone.
Uses MAUI Android Camera2 and MediaRecorder.
Beta Was this translation helpful? Give feedback.
All reactions