Summary: | GLMediaPlayer cannot open camera on OSX | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | voorbeeld |
Component: | util | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | --- | ||
Version: | 2.3.2 | ||
Hardware: | All | ||
OS: | macosx | ||
Type: | DEFECT | SCM Refs: |
4e237f265146b4c1e00856f19a8794aabf54d12c
da45b374f0274fa014310c08164e67f7736c1f7d
9abd252b4d30e0611a360d37d228dbae427c9cd5
c82ab4d75a50cd88c675e6c1e757dc9ed2db9655
e984e8f9b4d325c0cd3e1e9852c188ddea9c679b
|
Workaround: | --- |
Description
voorbeeld
2015-09-30 20:38:45 CEST
building ffmpeg on osx see <https://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX> ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libquvi --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools --with-x265 commit c82ab4d75a50cd88c675e6c1e757dc9ed2db9655 Support OSX input via 'avfoundation' ; Use remaining camera ID (index) as filename for OSX commit 9abd252b4d30e0611a360d37d228dbae427c9cd5 Update FFMPEGMediaPlayer API doc (versions and OSX resources) commit da45b374f0274fa014310c08164e67f7736c1f7d Add support for UYVY422 (swizzled YUYV422) commit 4e237f265146b4c1e00856f19a8794aabf54d12c Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.updateAttributes avoid div-by-zero (fps inf) commit e984e8f9b4d325c0cd3e1e9852c188ddea9c679b Fix comment in c-code 'how to set preferred pixel_format' Working .. w/ build-in camera (macbook) and desktop capture. |