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

Add other parameters... #5

Open
alezdakidd opened this issue Aug 19, 2018 · 1 comment
Open

Add other parameters... #5

alezdakidd opened this issue Aug 19, 2018 · 1 comment
Labels

Comments

@alezdakidd
Copy link

Hi, I have devices that need "frame rate" and "quality" and "birate" fields. Without these fields do not work ... :(
Is there a possibility to add thi fields?
Thanks

@KoynovStas
Copy link
Owner

Hey.
This daemon is the minimal implementation for the JPEG format. Most ONVIF customers are "hammered" by these parameters !.

But you can easily add it. You need to add this functionality to the function: StreamProfile::get_video_enc_cfg

See how I add parameters for the type or name. you will need to add quality.
"frame rate" is a bit more complicated, see enc_cfg->RateControl = soap_new_req_tt__VideoRateControl (soap, 0, 0, 0); you will need to create a tt__VideoRateControlwith the parameters you need. These parameters can also be added via cmd.

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

No branches or pull requests

2 participants