Haha, thought I missed that didn't you I'm pleased to say that there are some FW improvements making their way into the new S2 / S3 variants, which while based on iterative chipsets do rely on a lot of the same back end algorithms that we've discussed here, fed back and looked to improveThese S2, S3 versions on all these cameras coming out are probably @Wildcat_1 improved FW updates, lol.
Today i receive Dahua IPC-HFW3841E-AS-0280B
But i have white pixels on my black t-shirt (video watch it on HD or bigger resolution). Video is filmed indoor. Is this broken camera? When film in dark no bad pixels.
Today i receive Dahua IPC-HFW3841E-AS-0280B
But i have white pixels on my black t-shirt (video watch it on HD or bigger resolution). Video is filmed indoor. Is this broken camera? When film in dark no bad pixels.
I maked new video with better light but white dots still there. They are few but still there. On dark with IR the camera is well.
You tell me all Dahua models have white dots? Camera is not broken? Ok how to avoid cameras with white dots effect. I don't want to film colorful in dark. I want to film dark with IR. I bought this camera for the spec: 8mp 4k resolution, 25-30 fps and to film with IR.
Now I'm wondering if I should keep it or return it. The camera is 194 euros and these points annoy me. And for that much money, I want a camera that can shoot without white dots.
I was actually considering picking up some smart floodlights that I could dim a bit if needed. Currently the bulbs I am using are dumb 100W bulbs.
Is there a way to configure this camera to follow the varying changes of dusk and dawn? I see I can set the day and night profile to a specific time every morning and evening, but really want it to change based on the actual dusk and dawn times that change pretty much every day.
https://ipcamtalk.com/threads/dahua-day-night-switch-utility-dahuasunrisesunset.18205/
, I was able to get this worked out through Blue Iris. The forum post help with the bullet version of this camera but did not for the turret version. Andy provided the following for the turret version to switch between day and night profiles:Here is the API to go to Night profile :
http://USER:pW@IPADDRESS/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[].NightOptions.SwitchMode=3&VideoInOptions[].NightOptions.DayNightColor=0
Here is the API to go to Day profile :
http://USER:pW@IPADDRESS/cgi-bin/configManager.cgi?action=setConfig&VideoInOptions[].NightOptions.SwitchMode=0&VideoInOptions[].NightOptions.DayNightColor=0
This code will overwrite the schedules in the GUI - when you run the night API, it will change all the times and months to NIGHT and when you run the day profile, it will change all the schedules in the GUI to DAY.
Thanks to @EMPIRETECANDY and through this forum posthttps://ipcamtalk.com/threads/dahua-day-night-switch-utility-dahuasunrisesunset.18205/
, I was able to get this worked out through Blue Iris. The forum post help with the bullet version of this camera but did not for the turret version. Andy provided the following for the turret version to switch between day and night profiles:
As always, I really appreciate everyone here and the great work you do.