I code the capturing photo by using surfaceView and su开发者_JAVA技巧rfaceHolder. How to fix the size of image?@Override
I am trying to capture image from a webcam when a key is hit. Following code is successful import cv cv.NamedWindow(\"w1\")
I want t开发者_开发知识库o calculate the overlapped area between two phones, so I need to know the facing direction of the phone and also the angle of view of the camera. Does anybody know how to get
I was playing around with the new Google+ application on the Android and I had a technical question that I couldn\'t seem to find online. How does the instant upload hook into the native camera applic
I have looking for a complete tutorial on google and stack of a complete example on using the UIImagePicker to get a picture from the camera and a picture from the library or camera roll on the iPad 2
I would just like to confirm how Android manages the Camera Parameters. Is the camera parameters set by the setParameters(param) function of the Camera class is only valid during the lifetime of the c
I have been using a Dragonfly Express camera from Point Grey Research for a few months. I have written code to use the camera and grab images with it.
I am using the Camera API on the Android and gotten my code to work on several platforms including the Samsung Galaxies and HTC Desire. So far I\'m only experiencing a problem on the HTC Desire Z, whi
I have a Viewport3D with a 3D model composed of multiple smaller components centered at the origin. I\'m animating the PerspectiveCamera to rotate about the Y-axis using an AnimationClock created from
I am doing a barcode scanning app in android. In that, I have to turn on the camera flash light dynamically and I am doing this by using the following code