Get a paper clip
Stick it in the hole for at least FIVE seconds where #11 indicates.
The camera will do a quick reset and you can logon with
admin / Admin_1234
Get a paper clip
Stick it in the hole for at least FIVE seconds where #11 indicates.
The camera will do a quick reset and you can logon with
admin / Admin_1234
Some commands that I fought with but finally was able to make work.
Send key "F2" to a window that might not be active without stealing focus from the active window
In this example, i wanted to first get the actual windows title associated to the executable.
processName := "vMix64.exe"
if (WinExist("ahk_exe " . processName)){
WinGetTitle, title, ahk_exe %processName%
}
ControlSend,, {F2},%title%