简体   繁体   中英

What 3rd party platform support custom camera application?

I'm making an app with CoronaSDK for custom camera button, frame and layout like "Leme Camera" in app store. However, they don't support camera buffer so we can't use custom layout to control capturing camera which is not acceptable. What I found out is PhoneGap also lack that feature. They show native camera window when I tap Can anyone recommend other cross platform framework for that feature?

With the PhoneGap platform you are able to use a combination of objective C and the PhoneGap standard javascript library. From what you have described, it sounds like you would want to go native for something like this! Most of all of these third party SDKs do not get very good performance but if you were to write the small computationally intensive camera part in objective C you get all the resources you need and are able to cut back on the amount of code you will need to port when you try to support additional platforms.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM