On 11/03/2013 10:26 PM, Greg Perry wrote:
> Sure,
> There are 5...
>
> BlockingQueueGrabber.java
> ImageFileFrameGrabber.java
> IPCameraFrameGrabber.java
> PipelineFrameGrabber.java
> VideoSourceFrameGrabber.java
>
> But I think BlockingQueueGrabber, ImageFileFrameGrabber,
> IPCameraFrameGrabber are probably the ones you might consider.
> They are pretty simplistic.
> BlockingQueue is nice when your external source is on a different thread.
> IPCameraFrameGrabber is for mjpeg - yes not the fastest, but probably
> the most ubiquitous codec which doesn't need ffmpeg depenencies
> and ImageFileFrameGrabber - which provides grabbing the same image
> repetitively
>
> The rest probably will drag in more dependencies than you want.
> Let me know if you do use them, I'd like to remove them from my archive
> if you release with something comparable.
Sounds good! If you could clean them up to your satisfaction and have
them ready to insert in the com.googlecode.javacpp package, that'd be
great, and I will commit them as is. (BTW, the Google Code Way of
transmitting patches is via the issue page...)
And if you can think of anything else that you would be better off in
JavaCV, bring them along! thanks
Samuel