¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Panasonic Camera keeps moving after button release


 

Hi Guys,

I am controlling a Panasonic AW-UE50KPJ PTZ Camera with the 'Panasonic PTZ Camera HE-UE-UB-HR Series V1.00' driver from application market.

I have tied a Smart Graphics D-Pad to the Up/Down/Left/Right on the driver.

When I press the D-Pad on my TSW-770 the camera moves but when I release the camera still continues to move briefly. Also having trouble setting a default Pan/Tilt speed on system init(using Program1 Started).

Anyone have suggestions or direction on how to resolve these issues.

Thanks in advance.


 

Send a stop command on the release.?


On Thu, Sep 21, 2023 at 10:41?AM <christopherm@...> wrote:
Hi Guys,

I am controlling a Panasonic AW-UE50KPJ PTZ Camera with the 'Panasonic PTZ Camera HE-UE-UB-HR Series V1.00' driver from application market.

I have tied a Smart Graphics D-Pad to the Up/Down/Left/Right on the driver.

When I press the D-Pad on my TSW-770 the camera moves but when I release the camera still continues to move briefly. Also having trouble setting a default Pan/Tilt speed on system init(using Program1 Started).

Anyone have suggestions or direction on how to resolve these issues.

Thanks in advance.


 

There is no stop command on the module and I don't see one in the protocol so even if I had an SIO on it there's no command to use.


 

There is a stop... just not a separate command. Where you call out the pan speed, set it to 50 which is your stop

cmd=#P50&res=1
that command takes 0-100 and the middle point of 50 is no motion.

Panasonic drops the connection after every command, so it might miss the stop. You need to queue the command and send it again on connection.


On Thu, Sep 21, 2023 at 1:33?PM <christopherm@...> wrote:
There is no stop command on the module and I don't see one in the protocol so even if I had an SIO on it there's no command to use.


 

I have a system where I'm controlling some Panasonic?AW-UE150KPJ cameras.? I don't remember encountering a problem like that.? But I think I'm using a different module I purchased from here:?https://www.tbdenterprises.ca/product/panasonic-hd-4k-integrated-camera-module/


 

I haven't used the module "Panasonic PTZ Camera HE-UE-UB-HR Series V1.00," but the issue you are experiencing is likely due to not closing the connection after each command is sent.

The Panasonic protocol specifies that each command should be sent with a gap of approximately 150ms (as far as I know) and that the connection should be established and terminated for each command sent.

Failure to follow these guidelines can result in the camera becoming unresponsive and not responding to subsequent commands.

If you're not comfortable with Simpl#, purchasing the Troy module recommended by Scott Nielson might be a good option.








En jueves, 21 de septiembre de 2023, 23:10:08 CEST, Scott Nielson via groups.io <nielson@...> escribi¨®:





I have a system where I'm controlling some Panasonic?AW-UE150KPJ cameras.? I don't remember encountering a problem like that.? But I think I'm using a different module I purchased from here:?https://www.tbdenterprises.ca/product/panasonic-hd-4k-integrated-camera-module/


 

I have a trick I use for this, I can send it over to you later today when I am on my computer. Shoot me an email and I can send it to you