-
-
Notifications
You must be signed in to change notification settings - Fork 360
Store Recorded Video Into Device #940
Comments
I'm just testing this library ... Storing recorded video on Device -> Works on iOS set the StoreVideoOptions like BUT: On Android it doesn't work Not sure yet why the recorded video is not stored on Android :( |
well... in MediaImplementation.cs take a look at TakePhotoAsync(...) In TakeVideoAsync(...) i cannot see anything like that. Here is a quick solution to save the recorded video in the public gallery. `public string SaveVideoToGallery(byte[] imgBytes, string album, string filename, string description)
to call it, you can either put it into the MediaImplementation itself (then you don't need the Bytes[] array as parameter, use whatever is suitable - look at the TakePhotoAsync ... |
Is There Any Way To Store Recorded Video Into Device As We Do Normally In Device Default Camera.....?
I want To Do The Same Thing But Using Xamarin Form Mobile App.
Is There Any Way By Which you Can Help Me With.
The text was updated successfully, but these errors were encountered: