拍摄图像(无 jpeg 格式)
我想知道是否可以使用以下方法从相机拍摄照片:
mPreview.getCamera().takePicture(shutterCallback, null,jpegCallback);
这不是 jpeg 格式。 使用原始方法时,字节数组为空并且不起作用。 如果有人知道如何拍摄非压缩格式的图像(如 jpeg),我将不胜感激。 :)
I want to know if it's possible to take a picture from the camara with the method:
mPreview.getCamera().takePicture(shutterCallback, null,jpegCallback);
which isn't a jpeg format.
And with a raw method the byte array is null and doesn't works.
If someone knows how to take an image with non-compress format(like jpeg) I would appreciate it. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您需要设置相机参数,例如:
For this you need to set camera parameters like: