panasonic aw-he130
Jubal
Posts: 77
Anyone know how to control it using IP?
Can't understand what was in the manual. I try to use terminal and didn't work too.
Can't understand what was in the manual. I try to use terminal and didn't work too.
0
Comments
1 = Left || Up || In
2 = Right || Down || Out
3 = Stop
Make sense?
Sorry but can't understand
Basically I throw one of the ptz commands into a function which has that header building, it goes where I the "cShortURI", at theach end send off the entire cHeader command to the device.
DeviceID, thisCommand, and thisIPAddress are variables fed into the function from elsewhere in the code. Note that, in my "old" code, I've got the pound sign getting sent twice: "...cmd=##T50..." ...because of a bug in my code, and it just works, and they also work without any proper HTTP GET 'connection close' and two consecutive CR,LF character sets in termination code. Newer versions of cameras will not work with the two pound signs in the URL, and also won't work without the fully, correctly formed URL with the two sets of CR,LF being sent at the end. However I'm not sure if the CR *and* LF are really required (I think they are), or whether just the LF is required (code sample above). I would try that one change first.
It took me awhile to realize newer versions of the cameras are a lot more strict about the format of the GET call than my older cameras.