Ok, understood. Tomorrow i’ll check with my ptz
node-red-contrib-hikvision-ultimate 1.2.21 is out
Changelog: node-red-contrib-hikvision-ultimate/CHANGELOG.md at master · Supergiovane/node-red-contrib-hikvision-ultimate · GitHub
The behaviour was already right, but i've added another option to wait until the camera really reached the position.
@Johannesje I have just noticed that in the PTZ node you have specified Camera 3, but in the message you are sending it {channelID: 1}. Should those not be the same?
Hi,
@Colin
I have more camera video streams and I use videostream 3.
When I change channelID to 3 then there is no input for the PTZ node.
@Supergiovane
Thank you for the update, now when the camera reached his preset, a true value is generated ![]()
I have more PTZ presets and now I must figure out that there is always one LED buring on my dashboard (each preset has his own LED) so I can see the last preset (I think a little bit difficult for me....)
What is channelID? only "channelID = 1" is working and on the node website is talking about camera number (no channel number)?
Below how I trigger the PTZ node, to send direct a boolean is not working.
Otherwise it is a very cool node for me ![]()
Can you explain what the first change node is doing?
Good question, when I remove the change node, I cannot trigger the PTZ node.....
Add debug nodes at each point and see what the difference is to the message going to the PTZ. There should be no difference as far as I can see.
Oh, I see why. With the node there then msg.payload into the second change node is undefined so the change node creates it and sets the channel id. With the first change node removed then msg.payload is true, which is not an object, so the change node is not able to set the channelID. If you change the second change node to this then you won't need the first one.
Yes, thanks.
Is it a stream number? Can Hikvision cameras have more than one stream? Possibly different resolutions.
Hi Colin,
My camera has more camara's, each with 3 streams see below
It has a panoramic camera and a camera with PTZ.
The substream has lower resolution what you mentioned.
DS-2SE4C425MWG-E/26
I have more PTZ presets and now I must figure out that there is always one LED buring on my dashboard (each preset has his own LED) so I can see the last preset (I think a little bit difficult for me....)
Simply fixed with some boolean inverters




