Hasan Yousef
Hasan Yousef
Hi.. I'm interested in compiling [OpenCV videoIO](https://github.com/opencv/opencv/tree/b39cd06249213220e802bb64260727711d9fc98c/modules/videoio) into Rust library and show me how to call simple `VideoCapture`, Thanks in advance
I'm trying to use [inline-python](https://github.com/fusion-engineering/inline-python) to get a pic from OpenCV camera, then manipulate this image with Rust, so I wrote the below code that catch the photo correctly, but...
Hi, just came across your repo while searching about Dart FFI and GO, I just write the code but don't where to save the GO shared lib, so that Dart...