Releases: gohai/processing-glvideo
Version 1.3
- Fix exported applications on Raspberry Pi (these were broken in v1.2.3)
- Remove
libgstomx.so
from the Raspberry Pi GStreamer build (omxhdmiaudio
would always end up being used byautoaudiosink
whether or not a HDMI device was connected - the proper fix would probably involve lowering its score instead usinggst_plugin_feature_set_rank
) - Remove macOS support
Version 1.2.3
Make library compatible with Raspbian release August 2017
Version 1.2.2
Version 1.2.1
Update to GStreamer 1.10 (improves GoProCapture)
Fix playback of certain video files on macOS
macOS now uses avfvideosrc instead of qtkitvideosrc
Warn if different GStreamer version is being used than the library was compiled against (relevant for x86 Linux)
Version 1.2
Device enumeration, see SimpleCapture
example for details (only properly works on Linux currently)
Ability to specify desired width, height and framerate for cameras
get(x, y)
and friends now work without an explicit loadPixels()
PixelArrayCapture
example to demonstrate how to retrieve a color from the camera
Ability to enable debugging at runtime with GLVideo.enableDebug()
and GLVideo.enableDebug(0...9)
Don't create a wrapped display for each movie
Fix compilation on 64-bit ARM machines
Version 1.1
loadPixels support, courtesy of @codeanticode (needs Processing 3.2.2)
GoPro live streaming example, curtesey of @GalNissim
Added experimental support for Mac OS X
Added experimental support for Linux Desktop (needs GStreamer 1.x installed)
Added custom GStreamer pipelines, with help from @codeanticode (look at GoProCapture for example)
Added cross-platform GLCapture class (currently using numeric indices)
Added GLMovie class (to match the video library)
Removed simulation mode
Removed gst-plugin-scanner binary
Improved performance in examples by adding "background(0)" hint to disable the FBO layer
Make library work with 8u91+ JVM
v1.0.2 Fix version number while we are at it
Fix exported applications
Fix GStreamer plugin path for exported applications Work around https://github.com/processing/processing/issues/4493
Initial Release
v1.0.0 Track down performance regression when playing files