| Main.UserForm | |
|---|---|
| FirstName | cash |
| LastName | sale |
| OrganisationName | |
| OrganisationURL | |
| Profession | |
| Country | USA |
| State | |
| Address | |
| Location | |
| Telephone | |
| VoIP | |
| InstantMessaging (IM) | |
| HomePage | |
| Comment | Hi, this will probably wrap badly, but should still be readable. These are commands for the Trendnet TV-IP400 PTZ camera. I used wget to send the POST data. Your Trendnet page is broken or missing, so you may already have some of this. REM -q=no command output, -O -=Don't save post return to file REM - Move left 10 degrees REM wget.exe -q -O - --post-data "PanSingleMoveDegree=10&TiltSingleMoveDegree=10&PanTiltSingleMove=3" http://CAMERAIP/PANTILTCONTROL.CGI REM - Move right 10 degrees REM wget.exe -q -O - --post-data "PanSingleMoveDegree=10&TiltSingleMoveDegree=10&PanTiltSingleMove=5" http://CAMERAIP/PANTILTCONTROL.CGI REM - Move up 10 degrees REM wget.exe -q -O - --post-data "PanSingleMoveDegree=10&TiltSingleMoveDegree=10&PanTiltSingleMove=1" http://CAMERAIP/PANTILTCONTROL.CGI REM - Move down 10 degrees REM wget.exe -q -O - --post-data "PanSingleMoveDegree=10&TiltSingleMoveDegree=10&PanTiltSingleMove=7" http://CAMERAIP/PANTILTCONTROL.CGI REM - Move to preset # wget.exe -q -O - --post-data "PanTiltPresetPositionMove=2" http://CAMERAIP/PANTILTCONTROL.CGI |
width: 99% for full window width (default), width: auto to disable.