I need to access the front camera on the HTC Thunderbolt from within an application (as a standard Camera object).

Can any developers point me in the right direction? HTC has released a jar for accessing the front camera on the EVO, but it doesn't work when I compile against that.

link|improve this question
feedback

1 Answer

Can you specify camera.Open(0) or camera.Open(1) for front or back camera?

http://developer.android.com/reference/android/hardware/Camera.html#open(int)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.