Hello, I need help. I’m thinking of developing an application where you capture a photo from phone and text or image overlay is added and combine with the picture and then mail it to
can someone help me please???
Hello, I need help. I’m thinking of developing an application where you capture a photo from phone and text or image overlay is added and combine with the picture and then mail it to
can someone help me please???
I am also in need of some support for this kind of functionality with Corona. I would like to be able to place an image (watermark) over the top of live front camera feed and record as video.
Any help would be really appreciated.
Cheers,
With graphics 2.0, the camera feed can be fed as a texture to display objects. I don’t know if there is a good “capture” feature and there is no way to record that video feed while in texture mode.
You can can capture the camera image then load it as a display.newImage() and then use Corona’s features to draw on top of it and then save the image back out.
Rob
I am also in need of some support for this kind of functionality with Corona. I would like to be able to place an image (watermark) over the top of live front camera feed and record as video.
Any help would be really appreciated.
Cheers,
With graphics 2.0, the camera feed can be fed as a texture to display objects. I don’t know if there is a good “capture” feature and there is no way to record that video feed while in texture mode.
You can can capture the camera image then load it as a display.newImage() and then use Corona’s features to draw on top of it and then save the image back out.
Rob