Mark Theunissen

Results 3 issues of Mark Theunissen

Hi all, what is the current status of this project? Is it maintained or abandoned, new features being created? I need something similar and was looking at using ansible (http://ansible.github.com/),...

Hi there, my times are nanoseconds since epoch, e.g.:`1469429601.376390000` In JSON: ``` json {"time": 1469429601.376390000} ``` Is this supported? How do I configure the app to _not_ parse a time...

Hi all, is there a reason why the implementation of VideoCapture.Grab() differs so much from opencv core? ``` void VideoCapture_Grab(VideoCapture v, int skip) { for (int i = 0; i...

question