Image processing?

How can I work with individual DisplayObject’s pixels?
I need to capture image from camera and process it: filter, detect the edges, etc.
Is it possible with Corona?
Thank you for any solution. [import]uid: 193524 topic_id: 33958 reply_id: 333958[/import]

not at this time [import]uid: 7911 topic_id: 33958 reply_id: 134975[/import]

There are only 2 ways at the moment, none using Corona functionality.

  1. Find a lua library that’s able to process images directly modifying the actual file structure on the device, or study image compression and encoding and inplemnt it yourself.

  2. Send the picture to a remote server, process it there and send it back. [import]uid: 70003 topic_id: 33958 reply_id: 134977[/import]

not at this time [import]uid: 7911 topic_id: 33958 reply_id: 134975[/import]

There are only 2 ways at the moment, none using Corona functionality.

  1. Find a lua library that’s able to process images directly modifying the actual file structure on the device, or study image compression and encoding and inplemnt it yourself.

  2. Send the picture to a remote server, process it there and send it back. [import]uid: 70003 topic_id: 33958 reply_id: 134977[/import]