-
Notifications
You must be signed in to change notification settings - Fork 198
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
SetVideoEncoderConfigurations #86
Comments
It is also very necessary |
I wrote a function to set the configuration according to the documentation, but my camera swears at startup that the configuration is missing, can someone tell me what I did wrong? my function:
and wrote my own script to set the configuration on the camera:
The result of the execution upset me ... :(
Sended soap xml:
|
Something is starting to clear up, I added a token to the Configuration and the error has changed!
result: Either I am not setting the configuration parameters correctly, or my camera does not support setting these parameters. If I unset my values, and try to just set the same configuration options as I thought I would get
I get an interesting error... Error: The device seems to not support the setVideoEncoderConfiguration() method. Perhaps because I send the same configuration that I thought. And the camera, realizing that nothing has changed, gives me such an error. The final version of my function looks like this.
I hope my work is useful to you. |
right now not have camera, can't test (( |
How to change encoder Quality (or any) options?
The text was updated successfully, but these errors were encountered: