Android CameraX
Introduction
Already had this working for my Food app but this is now broken so watching a tutorial and thought I better take notes
Setupn
Make sure we give permissions in the Manifest
<uses-feature
android:name="android.hardware.camera"
android:required="false" />
<uses-permission android:name="android.permission.CAMERA" />