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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -