How to move image using camera?

Hello everyone,

I would like to ask if how to move an object or image in the camera, for example I have an image of box with the background of real-time camera, and if the camera will detect my hand waving over the image it will move.

is it possible? 

Without using Corona Enterprise to build a native app, the only camera access we provide is for taking photos.  Once the photo is taken, it can be saved to your app’s data area and loaded on screen.  This is using an OS native control that sits above our OpenGL canvas and there is no interaction and no data processing of the camera other than capturing the frame.

thankyou for your reply.

what about if I use Corona Enterprise?

With Enterprise, you have access to any SDK available for iOS or Android, depending on your platform, but you have to access it in Objective C or Java depending on the platform.   However, you still can’t intermingle OpenGL and native.  But you could use native drawing features to draw things on top of the camera.

Without using Corona Enterprise to build a native app, the only camera access we provide is for taking photos.  Once the photo is taken, it can be saved to your app’s data area and loaded on screen.  This is using an OS native control that sits above our OpenGL canvas and there is no interaction and no data processing of the camera other than capturing the frame.

thankyou for your reply.

what about if I use Corona Enterprise?

With Enterprise, you have access to any SDK available for iOS or Android, depending on your platform, but you have to access it in Objective C or Java depending on the platform.   However, you still can’t intermingle OpenGL and native.  But you could use native drawing features to draw things on top of the camera.