missing deps #1

Closed
opened 2025-11-13 09:57:56 +00:00 by adienakhmad · 1 comment
Collaborator

Apart from the Jetbrain.Annotation that is using hardcoded path (which is easily fixed), I seemed to be missing dependencies for the native OpenCvSharp

Apart from the `Jetbrain.Annotation` that is using hardcoded path (which is easily fixed), I seemed to be missing dependencies for the native OpenCvSharp
Owner

The missing libraries can be installed as the following:

sudo apt update
sudo apt install libavcodec59 libavformat59 libavutil57 libswscale6 libtbb12 libgstreamer1.0-0 libgstreamer-plugins-base1.0-0
The missing libraries can be installed as the following: ``` sudo apt update sudo apt install libavcodec59 libavformat59 libavutil57 libswscale6 libtbb12 libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: reinardras/stitch_something#1
No description provided.