Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
221b560aa4 | ||
|
|
2b04b5b90c | ||
|
|
e229b7df3a |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,5 +7,6 @@ PTZControl/PTZControl.vcxproj.filters
|
||||
PTZControl/PTZControl.vcxproj.user
|
||||
PTZControl/PTZControlDEU.docx
|
||||
PTZControl/PTZControl.exe
|
||||
PTZControl/PTZControl.aps
|
||||
*.docx
|
||||
*.bak
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -59,7 +59,7 @@
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 135
|
||||
#define _APS_NEXT_COMMAND_VALUE 32793
|
||||
#define _APS_NEXT_COMMAND_VALUE 32799
|
||||
#define _APS_NEXT_CONTROL_VALUE 1012
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
|
||||
13
README.md
13
README.md
@@ -2,9 +2,16 @@
|
||||
|
||||
## History
|
||||
This small program is designed to control a Logitech PTZ 2 Pro. The camera was purchased to stream our church services.
|
||||
Unfortunately, it quickly turned out that the operation with the remote control is possible but cumbersome and inaccurate, since the camera was installed directly behind and above the video technician. So I made the decision to build a corresponding control program.
|
||||
Some month later we bought a second camera and the program was extended by the function to control another camera. A maximum of two cameras are supported.
|
||||
And finally I added support for the Logitech Rally.
|
||||
Unfortunately, it quickly turned out that the operation with the remote control is possible but cumbersome and inaccurate. The camera was installed directly behind and above the video technician and always pointing back with the remote control was not comfortable.
|
||||
The control Logitech software shipped with the camera is completely worthless.
|
||||
So, I made the decision to build a corresponding control program.
|
||||
Some months later we bought a second camera, and the program was extended by the function to control another camera. A maximum of two cameras are supported.
|
||||
And finally, I added support for the Logitech Rally.
|
||||
|
||||
### Where is the basic code from?
|
||||
It wasn't easy to get code that shows how to control a PTZ camera.
|
||||
Finally I contacted Lgoitech and I received download link to the `Logitech Collaboration Software Reference Kit` (Logitech CSRK)
|
||||
I found some Lync remote control code in it, that gave me some hints and the guids and usage for the Logitect camera interface.
|
||||
|
||||
## Used interfaces
|
||||
The program directly uses the camera media control via the Windows SDK (see links in the source code).
|
||||
|
||||
Reference in New Issue
Block a user