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
NVArgusCameraCapture resizes camera captured images to fit to the given sizes.
This is problematic because it can lead to unintended image transformations, such as changing the aspect ratio.
Also, this behavior is not consistent with other camera capturing classes such as actfw_core.capture.V4LCameraCapture.
The text was updated successfully, but these errors were encountered:
NVArgusCameraCapture
resizes camera captured images to fit to the given sizes.This is problematic because it can lead to unintended image transformations, such as changing the aspect ratio.
Also, this behavior is not consistent with other camera capturing classes such as actfw_core.capture.V4LCameraCapture.
The text was updated successfully, but these errors were encountered: