Theodore Watson
Theodore Watson
Hmm can you try removing `libudev-dev` from the install script? It seems like with Ubuntu at least we need 2 or 3 different scripts depending on the version. I know...
Hmm that is weird. Can you try it with the regular OF release instead of the nightly? https://github.com/openframeworks/openFrameworks/releases/tag/0.12.0 Also do the OpenCv examples in `examples/computer_vision` work for you?
I think @dimitre is working on this in: https://github.com/openframeworks/projectGenerator/pull/417 For now as a temp fix you might be able to copy over the PG from 0.11.2 to 0.12.0 release Sorry...
Hmm. The extra quote is the template argument. Maybe just skipping that arg if no template is selected would solve it. Still doesn’t make sense why it’s an issue just...
@sebleedelisle I updated the PG in the 0.12.0 release zip: https://github.com/openframeworks/openFrameworks/releases/tag/0.12.0 Curious if this one works for you ( i had a similar issue and it fixed it for me...
@danzeeeman does the PG in the 0.12.0 zip above work for you? ( I updated it a few days ago ). I just tried with a project and made an...
oh yeah - those tests always fail occasionally ( the ports don't get released quick enough )
Thanks for reporting this! Yeah, there were a lot of fixes for 0.12 due to gstreamer changes that broke the video player. I've added this to our 0.12.1 issue #7588...
@dimitre Seems like a few of the tests are failing on Linux too: I think to merge this we should try and get it to pass the tests as is,...
> Hello @artificel @ofTheo @2bbb @NickHardeman I would like some thought about some suggestions here. > > After reading how OF deals with file paths from end to end I've...