Hi,
I am trying to play with jevois camera, I enabled DemoQRcode module
http://jevois.org/moddoc/DemoQRcode/modinfo.html. I connected jevois to the NodeMCU, and parsing QRCode coordinates streamed from the camera within the sketch.
I want to calculate the distance between detected QRCode.
I want to display a dot for each QRCode on the screen (1024x768).
How to transpose the jevois coordonates to the screen coordinates (1024x768) ?
Regards