Open lincior opened 1 year ago
It's unclear why the test that was previously successful started failing with message "Segmentation fault (core dumped)".
Anyway this error is originated in the class TestWriter
.
The reader object passed to Writer
is passed by reference, so in principle no action is needed to de-reference this symbol as it should be garbage-collected.
Adds base functions to the package:
Frame
class to represent a video frame;Reader
class to wrap opencvcv2.VideoCapture
Writer
class to wrap opencvcv2.VideoWriter
that can be more easily initialised;Player
class that loops over videos automatically