简体   繁体   English

如何使用自己的UI修改android的本机摄像头应用程序?

[英]How can I modify android's native camera application with my own UI?

The custom camera application that I have implemented at the moment for an application gives really bad picture quality and I don't want to use Camera intent to take picture but want a standalone application that has its own camera rather than navigating to camera application. 我目前为某个应用程序实现的自定义相机应用程序的图像质量确实很差,我不想使用Camera Intent来拍照,而是想要一个拥有自己相机的独立应用程序而不是导航至相机应用程序。

Is it possible to modify the native camera application (since it is open source) to include my own custom user interface for taking picture and so on as shown in the example below? 是否可以修改本机摄像头应用程序(由于它是开源的)以包括我自己的自定义用户界面来拍照等,如下例所示?

在此处输入图片说明

If you have done something like this then please let me know.Thanks in advance. 如果您做过这样的事情,请让我知道。谢谢。

是的,您可以看一下此示例并总结您的UI

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何获得对Android中相机应用程序的本机窗口的引用? - How can I obtain a reference to the native window of the camera application in Android? 我如何使用.apk文件到我自己的应用程序android中? - how can i use .apk file into my own application android? 在Android中,如何使用Java从我自己的应用程序访问Google Calendar(在线)事件数据? - In Android, How can I access Google Calendar's (online) events data from my own application using Java? 如何在Android应用程序上打印本机符号? - How can i print native symbols on my android application? 如何通过自己的Android应用程序与Facebook的API接口? - How do I interface with Facebook's API through my own Android application? 我可以在android应用程序的webview中嵌入自己的网站吗? - Can I embed my own website in webview of android application? 如何使用Eclipse或Ant为Android应用程序创建自己的JAR文件? - How can I create my own JAR file for an Android application using Eclipse or Ant? 如何在没有自己的服务器的情况下创建News Android应用程序? - How can I create News Android application without having my own server? 如何以编程方式(在自己的应用程序中)获取前台Android活动的快照? - How can I get a snapshot of the foreground Android activity (in my own application) programmatically? Android:如何在我自己的应用程序中启动某个应用程序的快捷方式? - Android: How can I launch shortcut of a certain app in my own application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM