cvloop icon indicating copy to clipboard operation
cvloop copied to clipboard

cvloop allows online video transformation and evaluation with OpenCV. Designed for jupyter notebooks.

Results 8 cvloop issues
Sort by recently updated
recently updated
newest added

Imageio now provides an alternative way to access the webcam (based on ffmpeg) (see [here](https://imageio.readthedocs.io/en/stable/examples.html#grab-screenshot-or-image-from-the-clipboard)) which seems to work in some cases where opencv/gstreamer does not work. It may be...

Hi, Thank you for this repo. I am experiencing problems opening the video in linux. UserWarning: Attempting to set identical left==right results in singular transformations; automatically expanding. left=0, right=0 'left=%s,...

At the moment one can run modifications on the video and see them beside the original data. It is yet not possible to have several cvloop windows running in parallel...

feature
question

Although cvloop was conceived as being only for Jupyter notebooks, it works fine with the MacOSX backend - except for that it doesn't have buttons etc. It should be possible...

When someone tries to debug custom functions, `print` statements will not appear anywhere. A mechanism should be developed which allows to - either print to the notebook's output cell -...

feature

To showcase the process show an example image in the README.

mini feature

Currently there is only the single result and the side-by-side view. It should be changed such that one can also view them in a column.

feature

If someone is interested in the histogram or similar things, it is hard to plot it at the moment. Find solutions to pass a custom plot function (or even custom...

feature