-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.env
40 lines (33 loc) · 1.22 KB
/
config.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# *******************************************************************
# * Author: 2024 Luigi Pizzolito (@https://github.com/Luigi-Pizzolito)
# *******************************************************************
# Environment Configuration file for SmartEye System
# Edit this, following the syntax vigorously
################## HOST SETTINGS ##################
HOST_IP=192.168.1.104
KAFKA_RETENTION_DELAY_MS=60000
# ? Number of frames to skip, increase this if processing is slow
# ? 1 means no frameskip
FRAMESKIP=4
####################################################
################## CAMERA SETTINGS ##################
# Example Usage:
# CAMERAS=camera0,camera1
# CAMERA0_TYPE=espcam
# CAMERA0_IP=http://192.168.1.107:81
# CAMERA1_TYPE=usbcam
# CAMERA1_DEVICE=/dev/cam1
####################################
CAMERAS=camera0,camera1#,camera2
CAMERA0_TYPE=espcam
# CAMERA0_IP=http://192.168.1.106:81
CAMERA0_IP=http://192.168.1.104:5001
# CAMERA0_IP=http://10.197.176.198:5001
CAMERA1_TYPE=espcam
CAMERA1_IP=http://192.168.1.106:81
# CAMERA1_IP=http://192.168.1.107:81
# CAMERA1_IP=http://10.197.176.198:5000
# CAMERA2_TYPE=usbcam
# CAMERA2_DEVICE=/dev/cam3
####################################################
#TODO: AI processing settings