trdrop v0.2 alpha
Pre-release
Pre-release
I'm proud to present an new release of teardrop!
We've added teardetection, multiple configuration options like:
codec
, which allows you to opt for the native opencv dialog, or any fourcc codec (you need to install it though)line-difference
, configures what determines how big a tear should count as a new frame- multiple coloring options, like
tear-color
,plot-background-color
etc. - colors are now defined as hex
For nice color palettes, I recommend color-hex.com
If you still don't find a useful non-compressed codec, you may output the video as a png
series with the flag output-as-bmps
.
The logger also creates a searchable csv format if you want to check which frame tears. (search for true
)
Problems: This binary still won't run without the microsoft visual studio libraries. Until further notice, please install VS2015/17.