opencv_aws_lambda icon indicating copy to clipboard operation
opencv_aws_lambda copied to clipboard

AWS Lambda function for OpenCV

Results 4 opencv_aws_lambda issues
Sort by recently updated
recently updated
newest added
trafficstars

there is import error when I run 'import cv2' { "errorMessage": "Unable to import module 'lambda_function': libGL.so.1: cannot open shared object file: No such file or directory", "errorType": "Runtime.ImportModuleError" }...

Hey , Could you make this lambda layer public for others to use? Would appreciate if you provided the ARN for it. :)

When I run ``` git clone https://github.com/iandow/opencv_aws_lambda cd opencv_aws_lambda docker build --tag=lambda-layer-factory:latest . ``` I get ``` .... Step 15/23 : RUN pip3.7 install -r /packages/requirements.txt -t /packages/opencv-python-3.7/python/lib/python3.7/site-packages ---> Running...

When using python-opencv-headless for runtime python 3.8 will throw segmentation fault on invocation. Do you know why is this happening? Dockerfile: `FROM amazonlinux WORKDIR / RUN yum update -y #...