I have camera preview on my android app but when I add an \'id\' to the TextView in the xml then the app no longer runs. Are you not allowed to have a textview with an id? I need this because I would
Alright so I\'m having an issue with my live wallpaper i\'ve created, but I\'ve only found this issue to occur on a stock nexus one running 2.3.3 using the stock launcher. This works great on the rest
I want to prevent use开发者_JS百科r from taking photo at the landscape orientation and allow only portrait. Is there a way you know to accomplish this?
I created an开发者_如何学Go Activity with Augmented Reality functionality. Part of that is to have phone camera display in the background (which is SurfaceView in Activity layout).
I am writing an application that needs pictures taken with the camera. The problem occurs when I try to take an actual picture. Here\'s the code that is troubling me:
I\'ve recently upgraded my WP7 app to Mango and am having some problems with the camera. The code below used to work on 7.0, but on 7.1 the completed handler fires before the dialog is even shown, so
in my app i have two activities namely A and B. From activity A i am moving to activity B by clicking a button. In activity B i have a button and when the use clicks it opens either the library or cam
i\'m making a car race for the first time using opengl,the first problem i face is how to make the camera follow the car with constant distance..here is the code for keyboard function.V is the velocit
The Android 2.2 Camera in the emulator is broken as noted in... Emulator's camera built-in app buggy in Froyo / 2.2?
I\'m having a little trouble with my OpenGL transformations -- I have a vertex shader that se开发者_StackOverflowts gl_Position to projection * view * model * vertex. I have code that generates a view