Auto Capture |
Once activated the module captures QR codes detected in the video stream from the end users camera. No need for interacting using keyboard or mouse - just hold the QR code in front of the camera and it will be saved.
If a mobile device is used it is even easier, since you can carry it around scanning QR codes as you move along. |
Result list |
The last X number of scanned QR codes can be displayed under the scan window, which can be used to verify that a given code was scanned. |
Todays scanned QR codes |
If the built-in database table is used for storage it is possible to add the module in view mode to see the scanned QR codes for today. The captured image will be shown along with the content of the QR code and information about capture time and the user capturing the QR code. |
Skins |
The module comes with two standard skins - the DnnBro blue skin and a grey skin. If the module should adapt to your specific color scheme a custom skin can be chosen - and you can define the colors of the module (see guide for details). |
Header |
Define your own header which is shown when capturing QR codes. |
Stored image size |
Input the desired width of the stored image - the height will be calculated automatically.
The captured is scaled to the desired size on the fly before being saved in the database. This is only relevant when using the ‘DnnBro Database Table’ storage option. |
Fullscreen option |
Enable this to allow the user to go in fullscreen mode when capturing the QR code. Note that the results list is not shown in fullscreen mode. |
Switch Camera |
Enable this to allow the user to switch between all installed cameras if more than one is available. If only one camera is available the button will not be shown. |
JS Console debug option |
Enable this to show javascript debug.console output directly on screen. This can be very useful when trying to figure out why mobile devices work in mysterious ways and the F12 window is hard to activate. |
Disable options in web.config |
If needed some of the available StorageTypes, ConnectionTypes and ExecutionTypes can be disabled. This could be a relevant scenario in a multisite environment where the database storage type is not desired – or if the individual site users are not allowed to use the built-in SQL connection.
To adjust which types are available the web.config file must be altered manually. |