Android模拟器相机自定义图片

Android emulator camera custom image(Android模拟器相机自定义图片)
本文介绍了Android模拟器相机自定义图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

有人知道模拟器相机启动时可以打开一些个人照片吗?

Does anybody know is it possible to open some personal picture when emulator camera starts?

我有一个基于图像分析的应用程序,我希望当我单击相机的按钮时,相机会打开而不是默认的 Android 模拟器移动图像.我希望它打开一些我设置为默认图像的图像.因此,当我选择拍照时,它只会显示该图像,而当我拍照时,该图像将保存到图库,而不是 Android 默认图像.

I have an application which is based on image analysis and I would like when I click a button for camera that camera opens not that default Android emulator moving image. I want it to open some image which I set as a default image. So when I choose to take a picture it will show only that image and when I take a take a picture, that image will be saved to gallery, not Android default image.

推荐答案

从以下网址下载源码.这是模拟器中的另一个画廊.在传递从相机捕获图像的意图时,选择此图库.这看起来像三星移动 3d 画廊.. 这将返回默认图像.. 在模拟器中.还有一件事,它只在 3.0 版本之后才能正常工作.

Download the source from following url . This is work as the another Gallery in the emulator. While passing intent to capture image from camera choose this gallery. this is looks like samsung mobile 3d gallery.. this will return the default images.. in emulators . one more thing it will work fine after 3.0 versions only.

https://github.com/c-jiang/Gallery3D-Mod

这篇关于Android模拟器相机自定义图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

How To Create a Rotating Wheel Control?(如何创建转轮控件?)
How to avoid restarting activity when orientation changes on Android(如何在 Android 上的方向更改时避免重新启动活动)
UIImageView Gestures (Zoom, Rotate) Question(UIImageView 手势(缩放、旋转)问题)
Screen orientation lock(屏幕方向锁定)
Strange behavior with android orientation sensor(android方向传感器的奇怪行为)
Android: Rotate image in imageview by an angle(Android:将imageview中的图像旋转一个角度)