Save camera image

  1. 5 years ago

    aata

    3 Dec 2018 User since 2018

    Sorry. I try to find the answer, but how I can save captured image to camerarol or at least to assets?

  2. andrea

    3 Dec 2018 Administrator User since 2016

    Hi @aata, you can save an image to the Camera Roll with this method:

    CameraRoll.saveImage(image);

    Ref: https://docs.creolabs.com/classes/CameraRoll.html

  3. aata

    3 Dec 2018 User since 2018

    But what the action on camera object to trigger an event of camera roll

    CameraRoll.saveImage(image); image??

  4. andrea

    3 Dec 2018 Administrator User since 2016

    You can use that code in the NewImage event of the Camera control

  5. aata

    3 Dec 2018 User since 2018

    Thanks

  6. andrea

    3 Dec 2018 Administrator User since 2016

    You can see a working example of a Camera by adding a Camera Window, please see the following screenshot:

or Sign Up to reply!