S SCIS Active Member Licensed User Longtime User Jan 14, 2016 #1 I managed to get the camera, but how do you set it to portrait, instead of landscape? Also, how do you fix the resolution of your camera? When I rotate the screen the view gets distorted.
I managed to get the camera, but how do you set it to portrait, instead of landscape? Also, how do you fix the resolution of your camera? When I rotate the screen the view gets distorted.
Erel B4X founder Staff member Licensed User Longtime User Jan 14, 2016 #2 Are you using CameraEx? It should handle all orientations properly. [Class] CameraEx - Extends the camera library functionality You can force the activity to be in portrait instead of landscape: https://www.b4x.com/android/forum/threads/different-orientation-on-other-activity.49512/ Upvote 0
Are you using CameraEx? It should handle all orientations properly. [Class] CameraEx - Extends the camera library functionality You can force the activity to be in portrait instead of landscape: https://www.b4x.com/android/forum/threads/different-orientation-on-other-activity.49512/