It seems that Libargus API supports arbitrary downscaling ratio. What is the boundary of the ratio, such as [0.1 1]?
What’s the Argus API?
My bad. I didn’t find an API which directly supports downscaling. I found from some website listed “Downscaling” as a Libargus library feature, such as this one: Jetson Image Processing - APIs - ximea support.
I guess that is achieved from setting the output resolution. Then my question becomes following questions.
- Is there a boundary of the output resolution, such as minimum resolution is 200x100 (width x height)?
- Can I do upscaling? For example, the sensor output resolution is 1920x1080 and I set the output resolution to 3840x2160? If I can, is there maximum resolution, such as up to 4x sensor output resolution?
- Is “setSourceClipRect()” in “IStreamSettings” the function I can use to achieve ROI? It seems that this function only takes relative coordinates (range [0.0, 1.0]). Is there a way I can implement ROI with absolute coordinate, such as [100, 100, 720, 580]?
- For ROI, is there a minimum resolution, such as the minimum width is 200 and the minimum height is 100?
- The minimum size is 640x480
- The maximum could be 12000x12000
- Suppose the setAeRegion should be for the ROI setting. And getMaxAeRegions to get the boundary.
Thank you for your information!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.