Theodore Watson
Theodore Watson
continuing the discussion in #6080 https://github.com/openframeworks/openFrameworks/issues/6080#issuecomment-2801624785 ``` [notice ] ofGstUtils: setPipelineWithSink(): gstreamer pipeline: v4l2src name=video_source device=/dev/video2 ! video/x-raw,format=DMA_DRM,width=640,height=360,framerate=30/1 ! videoscale method=2 ! appsink name=ofappsink enable-last-sample=0 caps="video/x-raw, format=RGB, width=640, height=480" [...
Uncaught ReferenceError: AUDIO is not defined ``` Uncaught ReferenceError: AUDIO is not defined at _html5video_player_create (http://localhost:6931/index.js:22482:16) at index.wasm.ofxEmscriptenVideoPlayer::ofxEmscriptenVideoPlayer()_581 (http://localhost:6931/index.wasm:wasm-function[553]:0x1d24bd) at index.wasm.ofVideoPlayer::load(std::__2::filesystem::path const&) (http://localhost:6931/index.wasm:wasm-function[1421]:0x2163e3) at index.wasm.ofApp::setup() (http://localhost:6931/index.wasm:wasm-function[494]:0x1d0604) ``` with current nightly...
> the lastest nightly build, projectGenerator still had trouble with addon_config.mk, can't find and include the source file from include search paths,i.e i'm tested with ofxGStreamer, ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include,it can...
Following up @dimitre - [x] #8213 - [x] #8211 - [ ] #8124 - [ ] https://github.com/openframeworks/projectGenerator/issues/580 - [x] #8215 - [x] #8193 - [x] #8170 - [x] #8190 -...
Hi @openframeworks/core @openframeworks/git 0.12.1 is long overdue, but we're getting closer to a release thanks to everyone's work. We're hoping to get 0.12.1 out in the next couple of weeks...
was looking at integrating [ofxFastFboReader](https://github.com/satoruhiga/ofxFastFboReader) approach into ofFbo but after doing some benchmarking I found a faster approach with what we have already. - on desktop the current read back...
Dragging a project in correctly gets the name, but the project path is a "." and the addons / config don't get read.