Попробуйте для ориентации камеры
camera.setDisplayOrientation(90);
и объявить в манифесте, как показано ниже:
<activity
android:name="CaptureActivity"
android:screenOrientation="fullSensor"
tools:replace="screenOrientation" />
Для портретной и альбомной ориентации добавить строку в integrator
integrator.setOrientationLocked(false);//"additional property"