Supplement light Hikvision DS-2CD2387G2P-LSU/SL

Cor

Getting the hang of it
May 5, 2017
182
18
Hello all,

Does anyone know if it is possible to activate and deactivate the supplemental light on the Hikvision DS-2CD2387G2P-LSU/SL. The end goal will be to turn on this light via the Blue iris app.

I managed to turn the white LED lights on on my Dahua cameras , but I am unable to find anything for Hikvision.

Many thanks,
Cor
 
Last edited:
  • Like
Reactions: alastairstevenson
@TonyR : Many thanks for the link, I got it working:
1.png

These are the codes for the Hikvision DS-2CD2387G2P-LSU/SL
command_on:
curl -k --silent -H "Content-Type:application/xml" -X PUT -d "<SupplementLight><supplementLightMode>colorVuWhiteLight</supplementLightMode><mixedLightBrightnessRegulatMode>auto</mixedLightBrightnessRegulatMode><whiteLightBrightness>100</whiteLightBrightness></SupplementLight>" [URL unfurl="true"]http://192.168.68.46/ISAPI/Image/channels/1/supplementLight[/URL] --digest -u user:password


command_off:
curl -k --silent -H "Content-Type:application/xml" -X PUT -d "<SupplementLight><supplementLightMode>colorVuWhiteLight</supplementLightMode><mixedLightBrightnessRegulatMode>auto</mixedLightBrightnessRegulatMode><whiteLightBrightness>0</whiteLightBrightness></SupplementLight>" [URL unfurl="true"]http://192.168.68.46/ISAPI/Image/channels/1/supplementLight[/URL] --digest -u user:password


Now the next step, Can I use this somehow in the Blue iris app , to turn on the light , with this button for example?

WhatsApp Image 2025-11-05 at 07.52.29_49d79f0f.jpg

Many thanks,
Cor
 
  • Love
Reactions: TonyR