I\'d like to use cam开发者_运维知识库era\'s preview image as background image for a SurfaceView\'s canvas.
Programmatically I turn on the GPS to get lat/lon and I want to use default android camera Intent to take geotagged photos.
first time poster here, I have looked for a solution to this for days to no avail, if this has been asked I beg you to link me as I could not find it. Anyways, here goes:
I am currently trying to figure out a way 开发者_运维问答to calcute the size of a given object with kinect
How can i calculate the distance of object from camera in autofocus mode? I have tried using the Camera.Parameters.getFocusDistances(float[]) method, but it always returns the values .15, 1.2, and Inf
In Android 2.2 and newer, you can get the default camera folder using Environment.DIRECTORY_DCIM, but is there a way t开发者_如何学Co get it in Android 2.1 and earlier?No, sorry. You can try:
I am working on an app that takes GPS encoded pictures. I am able to get about 15 - 20 meters accuracy GPS signal strength when I am not running the camera, and have at least 3 satellites in range, s
I\'m simply trying to automate a fixed phone to take pictures. (I don\'t want a preview in UI, just need the image saved to SD card).I get a \"Failed to connect to camera service\" at the line where I
I want to be able t开发者_JAVA百科o control a DSLR camera to start/stop recording video. Canon has a nice SDK, but it seems that Video capture is not supported.
How to set Camera FPS? May be cvSetCaptureProperty(cameraCapture, CV_CAP_PROP_FPS, 30); ? But it\'s return