M miquelr Member Licensed User Longtime User Aug 6, 2015 #1 Is possible to use the front camera with BarcodeScanner?
Erel B4X founder Staff member Licensed User Longtime User Aug 6, 2015 #2 Currently it is not possible to change the camera. Upvote 0
V vikingivesterled Active Member Licensed User Longtime User Aug 29, 2018 #3 Has the situation regarding the lack of possibility for using the screen-side camera instead of the main camera for iBarcode changed? Upvote 0
Has the situation regarding the lack of possibility for using the screen-side camera instead of the main camera for iBarcode changed?
Erel B4X founder Staff member Licensed User Longtime User Aug 30, 2018 #4 You should never post in old threads. You can switch to the front camera with: B4X: Dim no As NativeObject = scanner no.GetField("scanner").SetField("camera", 1) '1 = front, 0 = back Upvote 0
You should never post in old threads. You can switch to the front camera with: B4X: Dim no As NativeObject = scanner no.GetField("scanner").SetField("camera", 1) '1 = front, 0 = back
V vikingivesterled Active Member Licensed User Longtime User Aug 30, 2018 #5 Thank's, worked perfectly. Duly noted, but I find it confusing when searching and there is one conclusion in an old thread and I might not find the fix in a newer thread. Upvote 0
Thank's, worked perfectly. Duly noted, but I find it confusing when searching and there is one conclusion in an old thread and I might not find the fix in a newer thread.