Reputation: 5720
How can i detect models with fixed focus camera using java development in blackberry OS 6.0 > ?
Upvotes: 1
Views: 168
Reputation: 8611
you can use FocusControl.isAutoFocusSupported()
to check if the camera can do auto focus. If not then its fixed focus.
Upvotes: 2