moonmoon singh
|
embedded preview would be nice for video and photos. photos should be grabbed in a user defined resolution.
a bonus feature might be support for Livecode object overlays on top of the video frame, to support say, AR apps?? feasible?
|
Monte Goulding
|
Yes to the first bit, although the resolution will be a choice from what the device/os is capable of capturing.
It’s not currently possible to overlay LC objects over native ones. In the external the whole stack view looks like one object. There are AR sdks around though if there’s enough interest.
|
moonmoon singh
|
well, a cheap hack could be to use a transparent-BG browser, that floats over the embedded video (if created subsequent to the preview window). and trap url navigation.
|
Monte Goulding
|
That might work. Why don’t you have a go with the barcode reader.
|
joseph simpson
|
[idea] Pick from contacts..!
mergPickTel
returns phone number of chosen contact
mergPickEmail
returns email address of chosen contact
There may be a security issue with this, i am not sure.
Kind Regards
Gary
|
Monte Goulding
|
Hi Gary
The AddressBook is already on the poll
Cheers
Monte
|
Paolo Mazza
|
Monte,
unfortunately I do not know any sdks for this.
I found a discussion in the stackoverflow.com forum about this:
https://stackoverflow.com/questions/9391734/how-send-to-stream-video-from-ios-device-to-server
and there is an app called LIVU in the app store able to broadcast to a streaming server.
All the best,
Paolo
|
Monte Goulding
|
Hmm… What he’s doing is creating 10 second movies and sending them to the server. If I implement a camera control the. You could do what he’s doing.
|