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
released this
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
codeanticode
released this
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
codeanticode
released this
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
codeanticode
released this
This beta release of the version 2 of the video library for the Java mode in Processing includes:
Assets
3
codeanticode
released this
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
codeanticode
released this
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
This release includes the following changes:
Assets
3
add properties file to distribution