Android HTC phone with two rear cameras -


i'm trying select rear camera in htc phones in api have 2 cameras: camera_facing_front, camera_facing_back. when call open() camera_facing_back, camera don't want (lower resolution other one).

which id should use open other rear camera?

you cannot select camera directly.

you should open camera camera_facing_back , set picture size (it has 27 possible different sizes!).

accordingly picture size set software camera, 1 of hardware cameras chosen one.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -