16.13 android.hardware.camera has been deprecated

The android documentation says that the Camera class was deprecated in API 21, and it recommends using android.hardware.camera2.

See Documentation Here

Since the minimum API level for this book is 19, will using either the deprecated Camera class or the newer Camera2 class cause any potential issues with Criminal Intent?