Pooya1 Active Member Licensed User Jan 12, 2018 #1 I use ExCamera library in my app I need that user can change camera mode(Change to Frond or Back) But this library didn't have function for change mode runtime Example when user click on button,change to front or back
I use ExCamera library in my app I need that user can change camera mode(Change to Frond or Back) But this library didn't have function for change mode runtime Example when user click on button,change to front or back
JordiCP Expert Licensed User Longtime User Jan 13, 2018 #2 The cameraEx class example, allows you to change camera with a button https://www.b4x.com/android/forum/threads/23801 Upvote 0
The cameraEx class example, allows you to change camera with a button https://www.b4x.com/android/forum/threads/23801
Pooya1 Active Member Licensed User Jan 13, 2018 #3 JordiCP said: The cameraEx class example, allows you to change camera with a button https://www.b4x.com/android/forum/threads/23801 Click to expand... I saw it but i cannot find it I try initialize again camera with front or back but it is freeze when i switch it Upvote 0
JordiCP said: The cameraEx class example, allows you to change camera with a button https://www.b4x.com/android/forum/threads/23801 Click to expand... I saw it but i cannot find it I try initialize again camera with front or back but it is freeze when i switch it
Pooya1 Active Member Licensed User Jan 14, 2018 #4 I could solve it I reinitialize CameraEx when i try to switch front or back mode Thanks Upvote 0