-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 9.2-SNAPSHOT
-
Fix Version/s: 9.3
-
Component/s: Nuxeo Vision
-
Backlog priority:800
-
Sprint:nxNest Sprint 9.3.9
-
Story Points:2
AWS Rekognition doesn't seem to work with video.
Error
WARN [VideoVisionWorker] org.nuxeo.ecm.automation.OperationException: Failed to invoke operation javascript.VideoVisionDefaultMapper
Research
For what I could trace, this might be due to storyboard image size.
From AWS faq :
although Amazon Rekognition accepts images that are at least 80 pixels in both dimensions.
And default storyboard size is 100x62, so if there is no contribution changing this size, AWS wont work and result in error.
Note for Pictures
If pictures have less than 80 pixels in any dimension, it will result in :
WARN [PictureConversionChangedListener] org.nuxeo.ecm.automation.OperationException: Failed to invoke operation javascript.PictureVisionDefaultMapper
User isn't warned that recognition has failed.