Hello,
in my project I use Xuggle (http://www.xuggle.com/xuggler/) (java library for video manipulating).
I'm making my own recorder so I need images from camera and encode them into a container to make a video.
I use java VLCJ library to access libVLC to take snapshots.
Problem is that it saves every snapshot in temp folder. This is slow because it is making a new file for every frame.
I run onto this old thread viewtopic.php?f=2&t=51008 with same problem.
How can achieve this? I need only in-memory picture/snapshot.