pikvm/pikvm#1432: web: Fixed OCR region

This commit is contained in:
Maxim Devaev 2024-12-03 19:15:00 +02:00
parent 870af902a1
commit 8a09505baf

View File

@ -184,7 +184,7 @@ export function Ocr(__getGeometry) {
"ocr_left": __sel.left,
"ocr_top": __sel.top,
"ocr_right": __sel.right,
"orc_bottom": __sel.bottom,
"ocr_bottom": __sel.bottom,
};
tools.httpGet("/api/streamer/snapshot", params, function(http) {
if (http.status === 200) {