Is my second question on this topic today but on the previous one it seems I haven\'t been clear enough.
I\'m working on an application in android which uses the camera and I\'m facing the following issue. 1.If I simply take a picture with no special settings for the camera(orientation settings I mean)
I\'m working on an android application which allows the user to take some photos using the android camera.The user takes this pictures for competing to a photo contest.So, he takes a few photos, which
I am a beginner in Android development, and I have to continue a project started by a former fellow worker.
I\'m currently building a c++ program (with Qt) to take picture from a camera device. This part is actualy done, now I need to control 8 flashs divided in two groups in an automatic way.
I\'m using android.hardware.Camera to take photos.And this is my settings: Camera.Parameters p = mCamera.getParameters();
I have a XIB file (view) that has a toolbar and a view right belo开发者_C百科w it, as illustrated in the image below:
I need to have several videos and photos on my website. Primarily videos will range to more than a 100, and photos might be more than 10000.
I want to include an action button on click of which i want to display the exact same view which we get in Photo application which has options like Email Photo, MMS, and other sharing opti开发者_如何转
I have an 开发者_JS百科android application which allows the user to take a picture using the phone camera.