Introduction
Due to differences in the ambient light, there maybe be problems with the image either during the day or night. It maybe necessary to deploy separate exposure setting for night and day to counter this problem. We can configure MOBOTIX IoT cameras to automatically change their exposure settings based on the illumination level.
Procedure
-
Go to http://<ip_cam>/control/exposure and configure the camera so that the images are perfect during the day.
-
Go to http://<ip_cam>/control/control?list§ion=exposure and copy and paste the whole page on a text file
-
Wait till it gets dark…
-
Go to http://<ip_cam>/control/exposure and configure the camera so that the images are perfect during the night.
-
Go to http://<ip_cam>/control/control?list§ion=exposure and copy and paste the whole page on a text file
-
Compare the two files and check out which parameters are changing. We will use them to configure the IP Notify profiles
-
Go to http://<ip_cam>/admin/ipprofiles and create 3 IP Notify profiles as follows:
IP Notify Profile Name: DayConfig
Predefined Configuration: Custom Configuration
Destination Address: 127.0.0.1:80
Send Order: Parallel send to all
Transfer Protocol: HTTP/1.0 Request
CGI-Path: /control/control
HTTP Authentication: admin:meinsm
Notification Data: Plain text
Message: set§ion=exposure&=<value_right>+<value_left>&=<value_right>+<value_left>&…
IP Notify Profile Name: NightConfig
Predefined Configuration: Custom Configuration
Destination Address: 127.0.0.1:80
Send Order: Parallel send to all
Transfer Protocol: HTTP/1.0 Request
CGI-Path: /control/control
HTTP Authentication: admin:meinsm
Notification Data: Plain text
Message: set§ion=exposure&=<value_right>+<value_left>&=<value_right>+<value_left>&…
IP Notify Profile Name: StoreConfig
Predefined Configuration: Custom Configuration
Destination Address: 127.0.0.1:80
Send Order: Parallel send to all
Transfer Protocol: HTTP/1.0 Request
CGI-Path: /admin/rcontrol
HTTP Authentication: admin:meinsm
Notification Data: Plain text
Message: action=storeconfig
-
Go to http://<ip_cam>/control/settings and enable the arming
-
Go to http://<ip_cam>/control/event_env and create two ILL events:
Name: Night
Type: Illumination
Trigger level: 100 lux
Comparison: Lower than
Action Type: First
Name: Day
Type: Illumination
Trigger level: 150 lux
Comparison: Higher than
Action Type: First
- Go to http://<ip_cam>/control/actions and create 2 Action Groups:
Name: Night
Arming: Enabled
Time Table: (No time table)
Event Selection: ILL:Night
Action Deadtime: 1
Action Chaining: Consecutively
Action 1: IP Notify: NightConfig
Action 2: IP Notify: StoreConfig
Name: Day
Arming: Enabled
Time Table: (No time table)
Event Selection: ILL:Day
Action Deadtime: 1
Action Chaining: Consecutively
Action 1: IP Notify: DayConfig
Action 2: IP Notify: StoreConfig