I made Zxing work in my app using the method described in the answer here, using minimal zxing:
Integrate ZXing in Android Studio
But now I am trying to figure out how to display the scanning in portrait mode?
Everything I have found involves modifying the code for Zxing and the method i'm using i don't have access to that code