Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusion of the 'args' #228

Open
mcwhorpj opened this issue Mar 13, 2023 · 1 comment
Open

Confusion of the 'args' #228

mcwhorpj opened this issue Mar 13, 2023 · 1 comment

Comments

@mcwhorpj
Copy link

Sorry for the new person question, but I am really having trouble figuring out what parameters are affected by 'arg, 'arg2', and 'arg3'. I could not find examples showing what these do.

camera.ptz_control_command(action="start", code="Down", arg1=0, arg2=0, arg3=0)

I can make the camera move trying random values, but can not figure out what the pattern is. Any help would be appreciated.
Paul McWhorter

@soreau
Copy link

soreau commented May 15, 2023

Inferred from the documentation, args 1 and 3 don't matter and arg2 is the speed in the range 1-8. However some say that arg1 is vertical and arg2 is horizontal speed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants