toughvj
toughvj
> current manual added gree AC may fail to setup on startup due to random timeout this was solved in latest PR
Any news on that? I have similar problem with medias from usb, app writes to xml source like /sources/videos/test.mp4 instead of /media/usb0/test.mp4. Also when I define custom PI_VIDEOS_DIR in MediaServer.h...
Hello periode, this could be done by FBO source, I'm actually finishing it.
Just updated with basic transition based on aplha blending. [https://www.dropbox.com/sh/k3wygvb4xsl0ylx/AAAk1w_b9dPiUbQDexV0UQpPa?dl=0](url)
this should work: https://www.dropbox.com/s/h0v36j5nb7ha6gv/ofxPiMapper.zip?dl=0
No problem, I abandoned this project some time ago but I'll try to help. playNextMovie() is assigned to keyPressed event.
I think this could help: ``` for(int i = 0; i < _directory.size(); ++i){ _filePaths.push_back(path + _directory.getName(i)); ofFile file(path + _directory.getName(i)); if(_mediaType == SourceType::SOURCE_TYPE_VIDEO){ if(!ofFile::doesFileExist("sources/videos/" + _directory.getName(i))){ file.copyTo("sources/videos/" + _directory.getName(i));...
any news on this?
this will work, but only on devices that have a built-in temperature sensor. If a device does not have such a sensor, the component will throw an error and will...
If unit does not have temperature sensor, reading TemSen will return no value and GreeGetValues() will throw index out range error.