I\'m working on a project where I need to modify the driver for the Nexus S front facing Camera.The driver source code is implemented in drivers/media/v开发者_如何学Goideo/s5ka3dfx.c.From looking at t
I am trying to use only a small portion of th开发者_开发百科e screen to display the view from the camera.
my api is 2.2,so i used camera.setDisplayOrientation(90) to make the preview is Portrait,this work very well,but when i save the pic to sd,the pic is horizontal not Portrait.when i used :
Can anyone tell me what exactly Camera Error 100 is? At the time of taking picture sometimes I am getting it. It happened when I called camera.takepicutre(); and shutter and raw callback are called,
I am writing an application for android to take pictures. The code does some processing after getting a frame from preview in onPreviewFrame(byte[] data, Camera camera).
I wanted 开发者_如何学JAVAto make use of the zxing library to detect qrcodes in my app. But for the apps viewing purpose, i had to change the custom display orientation to portrait. Hence i had to int
in my app i am capturing video and save it to sdcard. my below co开发者_运维知识库de is working fine since api level 8. but if i run my app below api level 8(from 7) it get crashed. it says
I have just started Android development.And my goal is to create an android webcam app. I have taken the base code from here:API Demos
For my project I am using MediaRecorder to record video. This code is working on most of the devices, but in HTC Desire (with Android 2.3), when I call recorder.start(); it\'s throwing ERROR/Camera(2
I am using the following code to take a picture: private static final int TAKE_PHOTO_CODE = 1; final Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);