I\'m interested in implement of photographic effects on iphone. Taking Camera+ as an example, I\'d like to know how to do the function of \"Scenes\", \"Effects\" and \"Borders\".
Hi I am trying ot load images stored on the card and figured that its better to load the bitmaps, but I want to have both full path and thumbnail path. How do I do that? I would like my adapter to sho
for my android application,I need to take a photo with the built-in camera and save it to a database in a blob field.
This question already has answers here: iPhone and OpenCV (13 answers) Closed 2 years ago. I would like to develop a simple application to detect (recognize) a certain pattern (lets say the
I\'m trying to set the camera flash mode in an UIImagePickerController to off, but I don\'开发者_JAVA技巧t understand the reference page. Here is my code:
I\'m currently trying to create a very simple video recorder on Android without using intent, just a custom app. My code snippet is following
开发者_StackOverflowI\'m trying to save the image captured via android camera in a custom location. My code looks like this:
Is there any other way开发者_高级运维 to access the camera using ActionScript 3 other than import flash.media.Camera;
I am trying to add the ability for the camera to go up and down on the Y axis, something it currently does not support. I have tried adding to the Y value when W and or S is pressed but it doesn\'t wo
I\'m trying for a webcam based application. I started the code like this: import flash.media.Camera; import flash.media.Video;