openframeworks / openframeworks/openFrameworks
ofVideoPlayer setUseTexture(false) not working in MacOS
Open
@dimitre is already working on this.
Since Mar 24, 2023.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
Hi there,
I'm building a headless oF app that reads video data, when setting setUseTexture(false) it works for me on Linux (Raspbian), but on MacOS it gives the following error and won't load pixel data.
2017-11-07 14:57:43.190023+0100 notch_uabbDebug[69252:2156830] video loaded at 320 x 240 @ 30.103092 fps
[warning] ofAVFoundationPlayer: load(): error when creating texture cache, -6661.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.