Skip to content
Snippets Groups Projects
Select Git revision
  • c5d4898b33bc191f0dd5dae491fa9f4d1a9c931e
  • master default
  • autorisation_visit
  • signup_mydata
  • format_editData
  • dev
  • authorize-valid-profile
  • feli90-patch-2
  • feli90-patch-1
  • context_sheet
  • testNewForm
  • FeliLocalTest1
  • ios-account-fix
  • change-form-link
  • dev_pages_projet
  • remise_sorties
  • release/first-users
17 results

app-routing.module.ts

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
                                }
                            ]
                    }
                ]
        }
    ]