Have a Tablet Setup in the front office, and contractors can sign in etc, but they sometimes need key-cards if they need to get into the plant. (all Doors are locked until Scanned with RFID.
We want to log these Key Cards. Way to many get lost from contractors etc.
Problem is, when they select the scan icon to scan the QR codes we printed onto each key-card, the camera is looking the wrong way. How would I default this to be on the front? This tablet is permanent so any ideas, 3rd party apps, etc to make this happen by default will work as well,
Hi @Jonathan_S. You cannot change the App used for Barcode scanning. Appsheet is using the Scandit App and implemented it into the AppSheet App.
They perhaps could send you a special APK for your scenario. @Gil would be the right person for that.
@Jonathan_S as @Fabian said that Scandit is used as the App and according to my Googling it should be possible as an option for the Appsheet Team to use and build it in.
Select Camera Direction
The Scandit Barcode Scanner SDK supports both front and back-facing cameras. The camera direction can be specified when instantiating the BarcodePicker or while the picker is running.
Set camera facing direction when instantiating the picker:
This snippet shows how to set the camera facing preference when instantiating the picker.
ScanSettings settings = ScanSettings.create();
// configure the settings by enabling the required symbologies etc…
…
// set camera facing preference to either ScanSettings.CAMERA_FACING_BACK, or
We know that @Steve , hence this discussion with @Gil . The Scandit Barcode Scanner SDK supply an option at point of instantiating the Picker to set Front or Back Camera. So maybe as part of a “Setting of Options” page in Appsheet we as end users can tick a box of which Camera option we want to use and then Appsheet can use that to set the default in the Scandit Barcode Scanner through the SDK?
Thanks for the clarification @Henry_Scott,
I’ve updated our scanner to remember the user’s preferences between scans. This means the first time you open the scanner it will still default to the back camera, but once you switch to the front camera, the scanner will start with that camera in future scans (including after app restarts).
Will this solve the problem for you?
This change will be included in version 14.6.2 (Android), which will be available in the Playstore in the coming days.
We’ll add this change to the iOS app at a later time.
Hi @Shenzou,
We are currently working on new iOS app. This feature will be included with the new app.
If you’d like to use a beta version of the app, see this post.