DareAlly-Assistant / camera.json
Darrae's picture
Create camera.json
2992bcd verified
[
{
"frame_number": 270000,
"timestamp": "2024-07-07T03:00:00.000Z",
"event_type": "object_recognized",
"object": {
"label": "cat",
"confidence": 0.85
},
"location": "living_room",
"coordinates": {
"x": 600,
"y": 400,
"width": 100,
"height": 50
}
},
{
"frame_number": 540000,
"timestamp": "2024-07-07T06:30:00.000Z",
"event_type": "face_recognized",
"object": {
"label": "dami",
"confidence": 0.95
},
"location": "kitchen",
"coordinates": {
"x": 700,
"y": 500,
"width": 150,
"height": 150
}
},
{
"frame_number": 810000,
"timestamp": "2024-07-07T09:45:00.000Z",
"event_type": "motion_detected",
"location": "garden",
"coordinates": {
"x": 400,
"y": 300,
"width": 200,
"height": 200
}
},
{
"frame_number": 1080000,
"timestamp": "2024-07-08T12:15:00.000Z",
"event_type": "object_recognized",
"object": {
"label": "dog",
"confidence": 0.92
},
"location": "park",
"coordinates": {
"x": 500,
"y": 350,
"width": 120,
"height": 80
}
},
{
"frame_number": 1350000,
"timestamp": "2024-07-08T15:30:00.000Z",
"event_type": "face_recognized",
"object": {
"label": "guest",
"confidence": 0.88
},
"location": "living_room",
"coordinates": {
"x": 620,
"y": 420,
"width": 160,
"height": 160
}
},
{
"frame_number": 1620000,
"timestamp": "2024-07-08T18:45:00.000Z",
"event_type": "motion_detected",
"location": "kitchen",
"coordinates": {
"x": 450,
"y": 330,
"width": 180,
"height": 180
}
},
{
"frame_number": 1890000,
"timestamp": "2024-07-09T21:00:00.000Z",
"event_type": "object_recognized",
"object": {
"label": "car",
"confidence": 0.97
},
"location": "parking_lot",
"coordinates": {
"x": 300,
"y": 250,
"width": 300,
"height": 200
}
},
{
"frame_number": 2160000,
"timestamp": "2024-07-09T00:30:00.000Z",
"event_type": "face_recognized",
"object": {
"label": "family_member",
"confidence": 0.94
},
"location": "living_room",
"coordinates": {
"x": 550,
"y": 380,
"width": 140,
"height": 140
}
},
{
"frame_number": 2430000,
"timestamp": "2024-07-09T03:45:00.000Z",
"event_type": "object_recognized",
"object": {
"label": "package",
"confidence": 0.89
},
"location": "front_door",
"coordinates": {
"x": 480,
"y": 360,
"width": 110,
"height": 70
}
},
{
"frame_number": 2700000,
"timestamp": "2024-07-09T06:00:00.000Z",
"event_type": "motion_detected",
"location": "garden",
"coordinates": {
"x": 520,
"y": 370,
"width": 170,
"height": 170
}
}
]