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
snapPhoto() is working well and saves the photo in the Pictures directory.
But video recording is not saving the video.
When I call startVideoRecording(), it logs this message.
E/HandlePluginMethod(11013): onMethodCall startVideoRecording
and when I call stopVideoRecording(), it logs this message
E/HandlePluginMethod(11013): onMethodCall stopVideoRecording
but the video doesn't saved and I can't find the video recorded.
Can you please advice what I am doing wrong?
Thanks.
The text was updated successfully, but these errors were encountered:
snapPhoto() is working well and saves the photo in the Pictures directory.
But video recording is not saving the video.
When I call startVideoRecording(), it logs this message.
E/HandlePluginMethod(11013): onMethodCall startVideoRecording
and when I call stopVideoRecording(), it logs this message
E/HandlePluginMethod(11013): onMethodCall stopVideoRecording
but the video doesn't saved and I can't find the video recorded.
Can you please advice what I am doing wrong?
Thanks.
The text was updated successfully, but these errors were encountered: