facebook

I Want save recorded video to default video album

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #352961 Reply

    I have merged your questions that are all about the same issue.

    You will need to look into the API here: http://docs.phonegap.com/en/2.9.0/cordova_camera_camera.md.html#Camera

    Setting your options as per the documentation should do it:

    saveToPhotoAlbum: Save the image to the photo album on the device after capture. (Boolean)

    Camera.DestinationType = {
    DATA_URL : 0, // Return image as base64-encoded string
    FILE_URI : 1, // Return image file URI
    NATIVE_URI : 2 // Return image native URI (e.g. assets-library:// on iOS or content:// on Android)
    };

    If it does not you will need to search for how to move a video file into the photo library from the above location.

    #352969 Reply

    belal
    Member

    thank u for replay

    sorry I cant understand .. pls help me

    I attached my project file its very simple one button to record video and save it to video album or photo album on ios

    please help me to do this

    i attached the project file

    thank u very much

    I hope to you help me

    sorry

    Attachments:
    You must be logged in to view attached files.
    #353009 Reply

    belal
    Member

    Message to Support..

    I learned a lot from you … and succeeded in completing 90 percent of application

    Only remains to save the video recorded in the Video Album of device iphone

    I am attached my project remains only code to save the video in video album

    I hope that you will help me to complete the project

    Attachments:
    You must be logged in to view attached files.
Viewing 3 posts - 31 through 33 (of 33 total)
Reply To: I Want save recorded video to default video album

You must be logged in to post in the forum log in