Hi everyone,
I am using a software called webcamXP to control and watch my webcam at home.
I read in the manual that I can activate all kind of commands by sending windows message.
I am trying to send windows messege in order to control actions on the program but with no luck.
I tried reading about it but I just could'nt get it to work.
I am attaching a few lines from the manual to explain what I am trying to do:
"webcamXP can also be controlled by means of Windows messaging. Windows messaging can be accomplished using Visual C++ or C by calling the Windows 32 API function SendMessage(). To control webcamXP, an integer value should be sent to webcamXP. The integer number corresponds to an option.
The table below shows the available commands and their integer value equivalents. Each command is based on
the WM_USER variable, valued 1024:
Command Name Command Value
WM_USER 1024
WM_RECONNECT WM_USER+3099
WM_CONNECT WM_USER+3100
WM_DISCONNECT WM_USER+3101
WM_CONNECT_AUDIO WM_USER+3102
WM_DISCONNECT_AUDIO WM_USER+3103
WM_AUDIO_INPUT WM_USER+3104
I searched the forum and found an example by PAKO of closing the notepad by windows message. I tried change it but it didn't work.
can someone help me with the Python code?
Thanks,
Alon
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.