Skip to content

@codeanticode codeanticode released this Oct 8, 2020

This is the first stable release of the version 2.0 of the Processing Video library. It does not incorporate any changes with respect to the 2.0-beta5. See the incremental changes from each of the 2.0 beta releases:

Capture support in Processing 3.x

Camera capture should work in Processing 3.x when running on Windows and Linux, unfortunately, due to security & privacy changes in macOS since Mojave, it will not work on macOS 10.14 and newer. Camera capture is supported on macOS only in Processing 4.x. Video playback should work in Processing 3.x across all platforms though.

Assets 3

@codeanticode codeanticode released this Oct 8, 2020

This is the first stable release of the version 2.0 of the Processing Video library. It does not incorporate any changes with respect to the 2.0-beta5. See the incremental changes from each of the 2.0 beta releases:

Capture support in Processing 3.x

Camera capture should work in Processing 3.x when running on Windows and Linux, unfortunately, due to security & privacy changes in macOS since Mojave, it will not work on macOS 10.14 and newer. Camera capture is supported on macOS only in Processing 4.x. Video playback should work in Processing 3.x across all platforms though.

Assets 4
Pre-release

@codeanticode codeanticode released this Oct 7, 2020

This should be the last beta of version 2 of the video library for the Java mode in Processing before the final release. It includes:

  • Updated GStreamer (1.16.2) on macOS and Windows.
  • Code-signed GStreamer binaries and notarized library package on macOS.
  • Updated GStreamer gst1-java-core bindings (1.2.0)
  • Use of local.properties in build file: e5077b0
  • Code refactor in initCustomPipeline() function by @DanielAromi97: 42b9910
Assets 3
Pre-release

@codeanticode codeanticode released this Aug 24, 2019

This beta release of the version 2 of the video library for the Java mode in Processing includes:

  • Support for multiple cameras with same name: #68
  • Updated GStreamer bindings and JNA: #120
  • Fixed initialization in capture getting started example: #97
  • Moved seek operations to GStreamer's thread (6fcd57f): #113
  • Print library info: #121
  • Set debug level to errors only: #125
  • Added some convenience public fields: sourceWidth/Height/Framerate
  • Added state query functions: isPlaying, isStopped, isLooping (Movie), and isCapturing (Capture)
  • Experimental support for custom pipelines in Capture: #109 (comment)
Assets 3
Pre-release

@codeanticode codeanticode released this Jul 17, 2019

This beta release of the version 2 of the video library for the Java mode in Processing includes:

  • Camera name enumeration working on mac: #93
  • Fixed time() function: #117
  • Fixed duration() function: #118
  • Renamed macosx64 folder to macosx: #70
  • Handled wrong and relative paths: #110
  • Added libgstlibav on Windows: 92559a7
Assets 3
Pre-release

@codeanticode codeanticode released this Jul 8, 2019

This beta release of the version 2 of the video library for the Java mode in Processing includes:

  • The latest GStreamer libraries (1.16)
  • Implemented OpenGL-accelerated playback: #107
Assets 3
Pre-release

@codeanticode codeanticode released this Jan 7, 2018

This release is based on Gottfried Haider's fork of the video library, which made possible the transition to GStreamer 1.x. Things are still being tested, so that's the reason for the "beta" label. The zip package of the library includes 64 bit binaries of GStreamer 1.0 for MacOS, and 32 and 64 bit for Windows.

Assets 3
  • 2
  • 93d8a11
  • Compare
    Choose a tag to compare
    Search for a tag
  • 2
  • 93d8a11
  • Compare
    Choose a tag to compare
    Search for a tag

@codeanticode codeanticode released this Oct 13, 2015

This release includes the following changes:

Assets 3
  • 1
  • 736e0f9
  • Compare
    Choose a tag to compare
    Search for a tag
  • 1
  • 736e0f9
  • Compare
    Choose a tag to compare
    Search for a tag

@codeanticode codeanticode released this Oct 13, 2015

add properties file to distribution
Assets 4