Control JVC IP camera KY-PZ100 #cp4 #crestron #http


 

Hi, I have a problem with digest authentication of this camera
I'm using a CP4 controller and I haven't figured out how to send this camera's API commands via CP4's TCP/IP port.
Can anyone give me suggestions on programming this camera? It would be great if anyone has done a project on this camera and has programming documents and modules for me and others to refer to.
Here is API document of JVC KY-PZ100 IP camera: https://www.jvckenwood.com/content/dam/jvc/jp/pro/video/web-api/web/JvcCamcorderApiReferenceV113_public.pdf 


 

I've been playing with the bigger brother to this unit - the KY-PZ510 using an old AV2

I have used this manual: http://pro.jvc.com/pro/attributes/ptz/manual/Standard_Command_List.pdf to control it.

Basically I opened up an UDP connection to the IP on port 1259 and used a SIO to send VISCA commands.
What I sent for the "Home" command was: \x81\x01\x06\x04\xff  (had to play around to figure out the "X" in the command sheet was 1 for me).

HTH,
Bryan


On 11/1/2023 11:03 PM, phamviettrungbeoqs@... wrote:

Hi, I have a problem with digest authentication of this camera
I'm using a CP4 controller and I haven't figured out how to send this camera's API commands via CP4's TCP/IP port.
Can anyone give me suggestions on programming this camera? It would be great if anyone has done a project on this camera and has programming documents and modules for me and others to refer to.
Here is API document of JVC KY-PZ100 IP camera: https://www.jvckenwood.com/content/dam/jvc/jp/pro/video/web-api/web/JvcCamcorderApiReferenceV113_public.pdf