Message ID | 20210526034720.1253094-3-paul.elder@ideasonboard.com |
---|---|
State | Accepted |
Commit | 6c5f3fe6ced796eb396926a22394a45724e02fef |
Headers | show |
Series |
|
Related | show |
diff --git a/src/ipa/ipu3/ipu3.cpp b/src/ipa/ipu3/ipu3.cpp index 769c24d3..6b9aeab6 100644 --- a/src/ipa/ipu3/ipu3.cpp +++ b/src/ipa/ipu3/ipu3.cpp @@ -267,6 +267,10 @@ void IPAIPU3::parseStatistics(unsigned int frame, if (agcAlgo_->updateControls()) setControls(frame); + /* \todo Populate this with real values */ + ctrls.set(controls::FrameDuration, + static_cast<int64_t>(33334)); + IPU3Action op; op.op = ActionMetadataReady; op.controls = ctrls;