I have a bit of a conundrum.
IOS7.1 all devices have a camera, however the front camera is reversed and not going to work for upc codes.
I have tried Ti.Media.CAMERA_REAR
as well as counting the cameras, Ti.Media.getAvailableCameras()
and trying to serve different content if only 1 (no rear camera and an iPod Touch) is present.
However Titanium seems not to be able to isolate between a camera facing the user, which is reversed, and a rear camera.
How might this be handled?