aws-samples / aws-iot-twinmaker-samples

Apache License 2.0
97 stars 77 forks source link

Issue with newer versions of ffmpeg #124

Closed parsonjs closed 1 year ago

parsonjs commented 1 year ago

The version of ffmpeg that currently works is 5.1.2, however this is no longer available via homebrew, homebrew only has versions 5.1.3 and 6, this creates an issue when running this command in the build steps

python3 $GETTING_STARTED_DIR/src/modules/grafana/create_grafana_dashboard_role.py --workspace-id $WORKSPACE_ID --region $AWS_DEFAULT_REGION --account-id $CDK_DEFAULT_ACCOUNT

I have already resolved this issue by updating opencv to the latest version and am in the process of creating a pull request