Review-EmpireTech 8MP 45x PTZ SD8C845FG-HNF

prsmith777

Getting comfortable
Joined
Dec 23, 2019
Messages
269
Reaction score
389
Location
Colorado
Don't hear any fan noise.
The motor is briefly noisy when the cam pans quickly, if it's tracking a person walking, you won't hear it in most case's.
This is my experience as well. I can hear it pan from outside my office, but not from the floor below.
 

prsmith777

Getting comfortable
Joined
Dec 23, 2019
Messages
269
Reaction score
389
Location
Colorado
For anyone wanting to set the Day/Night schedule under customized scene, I finally found the proper api command after much trial and error.

"http://<ip>/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].TimeSectionV2[0][0]=10:00:00-16:00:00 Day"

which will set a new block in the schedule as Day time from 10 am to 4 pm in the month of January.

The first [ ] after "TimeSectionV2" is the month integer where January is 0 and so on.
The second [ ] denotes a new block on the schedule. I found they don't have to be in any order.

I noticed that you must have Night set as well in order for the camera to switch over correctly, so you need to issue these two commands as well to make it work:

"http://<ip>/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].TimeSectionV2[0][1]=00:00:00-09:59:59 Night"
"http://<ip>/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].TimeSectionV2[0][2]=10:00:01-24:00:00 Night"

Unfortunately, I had no success authenticating with the usual username : password option in the API call. If I sign on to the cam from a browser and keep it signed in before it times out, the above commands work. Othewise it doesnt work even when adding the username and password options. I guess Web5.0 is using a new authentication protocol.

I found a work around using a vb.net script that is run locally on my BlueIris computer. I borrowed some code from around here and tweaked it to work with HomeSeer. I run the script daily and adjust the schedule according to sunrise and sunset. It works well but it is not a simple solution.



schedule.jpg
 
Joined
Jul 21, 2023
Messages
2
Reaction score
0
Location
Australia
For anyone wanting to set the Day/Night schedule under customized scene, I finally found the proper api command after much trial and error.

"http://<ip>/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].TimeSectionV2[0][0]=10:00:00-16:00:00 Day"

which will set a new block in the schedule as Day time from 10 am to 4 pm in the month of January.

The first [ ] after "TimeSectionV2" is the month integer where January is 0 and so on.
The second [ ] denotes a new block on the schedule. I found they don't have to be in any order.

I noticed that you must have Night set as well in order for the camera to switch over correctly, so you need to issue these two commands as well to make it work:

"http://<ip>/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].TimeSectionV2[0][1]=00:00:00-09:59:59 Night"
"http://<ip>/cgi-bin/configManager.cgi?action=setConfig&VideoInMode[0].TimeSectionV2[0][2]=10:00:01-24:00:00 Night"

Unfortunately, I had no success authenticating with the usual username : password option in the API call. If I sign on to the cam from a browser and keep it signed in before it times out, the above commands work. Othewise it doesnt work even when adding the username and password options. I guess Web5.0 is using a new authentication protocol.

I found a work around using a vb.net script that is run locally on my BlueIris computer. I borrowed some code from around here and tweaked it to work with HomeSeer. I run the script daily and adjust the schedule according to sunrise and sunset. It works well but it is not a simple solution.



View attachment 168277
Is the "Time Plan Settings" screen the config panel for this PTZ camera?

Having Day / Night / General + Front Light / Backlight / Strong Backlight / Low Illuminance / Custom1 / Custom2, gives me the impression the config could dynamically change to accomdate such scenarios.

Are you able to switch the camera config based on circumstance such as "strong backlight"?

How do you control detection for these varied scenes?
 

jzobel

n3wb
Joined
Nov 16, 2021
Messages
26
Reaction score
6
Location
NY
I would love to have the API Command for this to turn on and off the manual IR. I can do this with other Dahua cams changing from ZoomPrio to Manual settings etc. Works amazing with the laser camera. But this has so many light settings Im unsure of the API
 

MR2

Getting the hang of it
Joined
Jan 25, 2016
Messages
95
Reaction score
33
can anyone who might have this post up more night time vision inc showing tracking + various object % of view size please :)
 
Top