-
Notifications
You must be signed in to change notification settings - Fork 60
OPencv3 with libgtk2 bindings #21
Comments
More data:
|
👍 |
I have not been able to determine how to build OpenCV with GTK support in a manner that is consistent with how conda packages should be distributed. Namely, GTK and its dependency should be distributed as conda package rather than relying on the system to provide these libraries. The OpenCV recipe in conda-forge has GUI support via Qt but this would be very challenging to replicate on the Raspberry Pi. I will not be working on a OpenCV build with GTK but would be happy to review a recipe that support it. |
@Esiravegna Not really. This problem is not getting OpenCV to build with GTK, rather it is getting GTK and its dependencies compiled as a conda package. |
Right, thanks again. As per the creators, this recipe builds against libgtk2, and it appears that it only requires to have it installed. |
That recipe uses QT for the GUI not GTK. |
Do you tink it is possible to have this package with these bindings available?
I tried to compile opencv on my own to no avail.
Thanks for all your hard work!
The text was updated successfully, but these errors were encountered: