Android access to front camera on HTC Thunderbolt -


i need access front camera on htc thunderbolt within application (as standard camera object).

can developers point me in right direction? htc has released jar accessing front camera on evo, doesn't work when compile against that.

can specify camera.open(0) or camera.open(1) front or camera?

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


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -