This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "meta": { | |
| "lastTouchedVersion": "2026.1.24-3", | |
| "lastTouchedAt": "2026-01-27T08:29:37.155Z" | |
| }, | |
| "wizard": { | |
| "lastRunAt": "2026-01-27T08:29:37.152Z", | |
| "lastRunVersion": "2026.1.24-3", | |
| "lastRunCommand": "onboard", | |
| "lastRunMode": "local" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import gi | |
| gi.require_version('Gst', '1.0') | |
| from gi.repository import Gst, GLib | |
| import os | |
| import numpy as np | |
| import cv2 | |
| import hailo | |
| import time | |
| import telebot | |
| from hailo_rpi_common import ( |