Camera picture

How could I take a picture with the phone camera and then combine it with a png or similar to make an effect like watermark?? 

Thanks

Hi @davide.poletti94,

This would be a two-step process basically:

  1. Take a photo using this command, but do not save it to the photo library (only put the image on the screen):

https://docs.coronalabs.com/api/library/media/capturePhoto.html

  1. Depending on what you mean by “combine it” with a PNG, the approach would vary. Does this combined image just need to be used on screen within the app? Or does it need to be saved/exported somewhere?

Take care,

Brent

Hi @davide.poletti94,

This would be a two-step process basically:

  1. Take a photo using this command, but do not save it to the photo library (only put the image on the screen):

https://docs.coronalabs.com/api/library/media/capturePhoto.html

  1. Depending on what you mean by “combine it” with a PNG, the approach would vary. Does this combined image just need to be used on screen within the app? Or does it need to be saved/exported somewhere?

Take care,

Brent