Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Examples that use opencv freeze #83

Closed
edavalosanaya opened this issue Oct 25, 2022 · 1 comment
Closed

Examples that use opencv freeze #83

edavalosanaya opened this issue Oct 25, 2022 · 1 comment

Comments

@edavalosanaya
Copy link
Contributor

When I ran the examples, any function call to opencv would freeze the program. It is likely due to pyav and opencv incompatibility. Here is more discussion about this. I would recommend disclosing this dependency issue in the documentation.

@edavalosanaya
Copy link
Contributor Author

The suggested answer worked, as found on this forum. The recommended action is to install pyav with the following command:

pip install av --no-binary av

This is assuming that you already have FFmpeg (likely from OpenCV).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant