This document was generated from CDN thread
Created by: Steven Amos on 12-06-2012 07:30:36 PM
When I try to use the camera controls in code or in the control Device Control in Netlinx Studio I get a funky bug. The first time I turn the channel on it works and the camera pans or tilts correctly and stops when I turn the channel off. The next camera movement try does not work. The channel turns on or off but the camera does not move. Then on the third try it works again. This true for all directions. Its like it only moves every other time I turn on the channel
TILT_UP = 132 // Ramping: Ramp tilt up
TILT_DN = 133 // Ramping: Ramp tilt down
PAN_LT = 134 // Ramping: Ramp pan left
PAN_RT = 135
BUTTON_EVENT[dvMainTP,1]
{
push:{on[vdvVTC1,TILT_UP]}
release:{off[vdvVTC1,TILT_UP]}
}
BUTTON_EVENT[dvMainTP,2]
{
push:{on[vdvVTC1,TILT_DN]}
release:{off[vdvVTC1,TILT_DN]}
}
BUTTON_EVENT[dvMainTP,3]]
{
push:{on[vdvVTC1,PAN_LT]}
release:{off[vdvVTC1,PAN_LT]}
}
BUTTON_EVENT[dvMainTP,4]]
{
push:{on[vdvVTC1,PAN_RT]}
release:{off[vdvVTC1,PAN_RT]}
}
Subject: RE: Duet module camera control module
Replied by: null on 13-06-2012 04:45:28 PM
I get this too
The camera control resolution is a bit flaky too. If you press and release any of the camera control buttons the camera moves to far.
Thanks,
Regards,
Phil.
Subject: RE: Duet module camera control module
Replied by: null on 19-06-2012 08:36:56 PM
Upgraded my c90 to latest firmware and it fixed the problem.