Please check as following (Official Documentation)
Add this activity to manifest file
Set integrator OrientationLocked to false
IntentIntegrator integrator = new IntentIntegrator(this);
integrator.setOrientationLocked(false);
integrator.initiateScan();
Hope this helps