Cosmin Ștefan Ciocan

Results 4 comments of Cosmin Ștefan Ciocan

Experienced a similar problem when using [this method](https://github.com/buzz/mediainfo.js/blob/f6720397f20fde5c70fed625694d2a409edc4724/src/cli.ts#L54-L81). A quick fix was to use a type cast [here](https://github.com/buzz/mediainfo.js/blob/f6720397f20fde5c70fed625694d2a409edc4724/src/cli.ts#L73): ```typescript mediainfo = await MediaInfoFactory({ format, coverData, full }); ```

The new version of the package does this using the concept of groups. Read more about them [here](https://nvcc4jupyter.readthedocs.io/en/latest/usage.html#groups).

Hello @lmarval and thank you for your contribution! [In the documentation](https://nvcc4jupyter.readthedocs.io/en/latest/notebooks.html#compiling-with-external-libraries) of version 1.1.0 we added [a notebook](https://colab.research.google.com/drive/1iuY46DCwv4hy3SqDhJgFeO8kgpHnzjTh?usp=sharing) showing how to compile CUDA C++ with OpenCV by passing the necessary...

@rohitashwani1 A major update was just introduced. Please follow [these instructions](https://nvcc4jupyter.readthedocs.io/en/latest/usage.html).