Skip to content
Snippets Groups Projects
Select Git revision
  • 78ce33463b0e1dca92767b6f671f24d34b7af6cf
  • master default
  • add-mongoose
  • add-website
  • add-bot
5 results

telegram.js

Blame
  • cameras.py.template 1.30 KiB
    restaurants = [
        {
            "restaurant": "local",
            "a_factor": 30,
            "b_factor": 120,
            "cameras":
                [
                    {
                        "IP": "",
                        "user": "",
                        "password": "",
                        "stream":  "stream1",
                        "mask_points": 
                            [
                                [
                                    [70, 370],
                                    [420, 720],
                                    [1280, 720],
                                    [1280, 250],
                                    [930, 215],
                                    [450, 550],
                                    [130, 350]
                                ]
                            ],
                        "caisses":
                            [
                                {
                                    "x1": 380,
                                    "x2": 435,
                                    "y1": 740,
                                    "y2": 780
                                },
                                {
                                    "x1": 300,
                                    "x2": 350,
                                    "y1": 830,
                                    "y2": 880
                                }
                            ]
                    }
                ]
        }
    ]