Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Android 6 Essentials

You're reading from   Android 6 Essentials Design, build, and create your own applications using the full range of features available in Android 6

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher Packt
ISBN-13 9781785884412
Length 122 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
 Elkrief Elkrief
Author Profile Icon Elkrief
Elkrief
Arrow right icon
View More author details
Toc

Camera features


In Android Lollipop, there was the new Camera2 API, and now, in Android Marshmallow, there are a few more updates to the camera, flashlight, and image reprocessing features.

The flashlight API

Almost every device today has a camera, and almost every camera device has a flash unit. The setTorchMode() method has been added to control the flash torch mode.

The setTorchMode() method is used in the following manner:

CameraManager.setTorchMode (String cameraId, boolean enabled)

The cameraId element is the unique ID for the flash unit camera with which you want to change the torch mode. You can use getCameraIdList() to get the list of cameras and then use getCameraCharacteristics(String cameraId) to check whether flash is supported in that camera. The setTorchMode() method allows you to turn it on or off without opening the camera device and without requesting permission from the camera. The torch mode will be switched off as soon as the camera device becomes unavailable or when other...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images