Relja Ljubobratovic
Relja Ljubobratovic
Yep, had this planned. :-)
Thank you!
Sorry, I'm not sure I follow. What do you mean by this?
Ah, yes. Agree.
Hi Anton, Thanks for reporting this! So, it's obviously a bug, but I'm not sure where it is. Looks like the stream opens, but width and height properties cannot be...
Thanks for such thorough checkout! I haven't tested ffmpeg-d with FFmpeg versions above 2.8.0 (ffmpeg-d v2.5.0 is tested with FFmpeg 2.7.6), so I would guess this is the reason for...
> I think trouble with invalid image size - invalid initialization, where output of Frame is valid 320x240 Exactly - width and height are stream properties that are read from...
Awesome, tnx!
Yes, this should definitely be done. This seems like a very powerful library, and dcv should definitely take advantage of it! I'll have to get familiar with it, and see...
Also, [OpticalFlow](https://github.com/ljubobratovicrelja/dcv/blob/master/source/dcv/tracking/opticalflow/base.d#L20) and [StereoMatching](https://github.com/ljubobratovicrelja/dcv/blob/master/source/dcv/multiview/stereo/matching.d#L61) interfaces should be revisited here - both are in OOP design, and if `Image` is removed, those APIs would have to be changed. I personally really...