PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM 21] Image manipulation
[WM 21] Image manipulation
Iniciado por guest, 06,jun. 2018 14:17 - 2 respuestas
Publicado el 06,junio 2018 - 14:17
Good afternoon

Has anybody done some work with Windev Mobile to take a picture of let's say a passport and then manipulate the image i.e. to straighten it.

Also maybe show a frame into which the image must fit before the user takes the picture.

Thanks in advance


Ericus Steyn
Publicado el 07,junio 2018 - 13:33
I assume if this is not even possible in WD 23 then it definitely cannot be done in WM 21.


Ericus Steyn
Publicado el 07,junio 2018 - 14:12
Hi Ericus,
use dRotation for the 'straighten' part...

as for the frame thing, I seem to remember that the camera control does not like to have anything on TOP of it, where you could drwa the frame, so, if Im' right and nothing has changed at that level, I would draw arrows/frame AROUND the image control to signal where the head should be

Best regards