A.Quiroga
A.Quiroga

Reputation: 5720

How to detect fixed focus camera blackberry?

How can i detect models with fixed focus camera using java development in blackberry OS 6.0 > ?

Upvotes: 1

Views: 168

Answers (1)

rfsk2010
rfsk2010

Reputation: 8611

you can use FocusControl.isAutoFocusSupported() to check if the camera can do auto focus. If not then its fixed focus.

Upvotes: 2

Related Questions