You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: