-
Notifications
You must be signed in to change notification settings - Fork 460
allow ROI rectangle top/left/bottom/right to be 0 for query #2013
Comments
any update? thanks. |
any update? thanks |
@vilichev please follow up |
@yskuridi Please investigate |
proposed a solution. |
Dear @guoyejun , Sorry for delay. We're discussed internally. The plan is the following: But currently AVC and HEVC encoders treats zero size rect's as error. We'll fix it. Query will fill rect sizes with min supported sizes. @yskuridi , could you implement a fix? |
Fixes Intel-Media-SDK#2013. Change (0 0 0 0) ROIs instead of removing them.
Fixes #2013. Change (0 0 0 0) ROIs instead of removing them.
Commit above fixes HEVC. We need to fix AVC as well. So re-opening |
Fixes: Intel-Media-SDK#2013 Signed-off-by: Dmitry Ermilov <[email protected]>
i submitted a PR #1856 for this issue, and after discussion, i hoped to pass the ball back to msdk team.
I just checked the latest code and found that we still need to set a non-empty rectangle for the query, so file this issue to check it. Hope it can be resolved before next release, thanks.
The text was updated successfully, but these errors were encountered: