Quote from
luishp on November 13, 2021, 7:43 am
@roccocogliano current neoWebcam plugin does not have that possibility.
Anyway are you talking about using camera zoom or digital zoom?
If you just want to see pixels bigger (digital zoom) perhaps this will work:
.zoom {
transform: scale(2);
}
Then add or remove the zoom using addClass or removeClass commands:
AddClass "Container1" "zoom"
RemoveClass "Container1" "zoom"
About camera zoom, please take a look here:
https://web.dev/camera-pan-tilt-zoom/
Regards.
@roccocogliano current neoWebcam plugin does not have that possibility.
Anyway are you talking about using camera zoom or digital zoom?
If you just want to see pixels bigger (digital zoom) perhaps this will work:
.zoom {
transform: scale(2);
}
Then add or remove the zoom using addClass or removeClass commands:
AddClass "Container1" "zoom"
RemoveClass "Container1" "zoom"
About camera zoom, please take a look here:
https://web.dev/camera-pan-tilt-zoom/
Regards.
Vadim and roccocogliano have reacted to this post.