Introduction
The corona check service can be used to check for a valid QR code from the Dutch CoronaCheck app. An unofficial but fully functional Python library is used to this end.
Docker name: coronachecker
Input
sensors: Camera
actuators: None
services:
stream_video
parameters: Depends on the usage
Input format:
QR, RAW, ASN1, JSON.
Input file
Output
Actuators: None
Note: Speaker is the only actuator that one might use to convey the result audibly, otherwise, it is not needed.
Initialisation
Refer to coronacheck_tools → Installation to install the required dependencies correctly
Run
stream_video
andcoronachecker
via docker
The coronachecker service will now be running.
Example
To be provided soon
Events
coronaCheckPassed
is an event created once a valid Dutch CoronaCheck QR code has been recognised. To do so, it listens to a video stream.
Known Issues
No known issues as of yet.