ofVideoPlayer and GL_RGBA
Hello Tim,I am not able to download zip file. Can you update link of it. Is it run with OF 0.8.4 version. thanks,
View ArticleGetting geographical coordinates
What version of OF are you using? What versions of the addons? What errors are you getting, etc.
View ArticleGetting geographical coordinates
I'm using: - OF version 0.9.0 (or seems so in the CHANGELOG);- ofxMaps Branch: develop.I compiled the example but I haven't understood how basically it works - sorry, I'm really a beginner.
View ArticleShader version raspberry pi 2?
Hello, I just get an RPi 2 on which i installed Raspbian Jessie + oF 084 I built a project involving some shaders. Build seems ok. But when i run it it keeps complaining about #version which is not...
View ArticleShader version raspberry pi 2?
Hi, The Raspberry Pi runs OpenGL ES shaders, rather than desktop OpenGL. Me and @jvcleave put together a workshop using OF on the Raspberry Pi a while back, might help you get started:...
View ArticleopenFrameworks IDE plugins
i've just rebuilt the nightly builds to fix a problem with qt creator in the new version (i think they released it today too) and it's now working with osx. the projects for an application are...
View ArticleofSerial writeByte issue
is this correct? ofx::IO::SerialDevice device;std::vector devicesInfo = ofx::IO::SerialDeviceUtils::listDevices(); ofLogNotice("ofApp::setup") << "Connected Devices: "; for (std::size_t i = 0; i...
View ArticleAdding ofxCv to project get error > ofxCv/Flow.h file not found
Yeah, tried that and was still getting link errors to opencv. This is even after modifying my header paths as per the instructions on the ofxCv github page. Ended up using one of the working ofxCv...
View ArticleofImage draw anti-aliasing
Hi Arturo, Thanks again for the reply! Very much appreciate your help. I am certain there is no scaling of the images. I can attempt to upload the files to this post - not sure if there's a better...
View ArticleofImage draw anti-aliasing
btw, if your forum background is indeed white, you won't actually see the images. I assume you can right-click each one to "Save Image As..." to get the files. You can try this test in the...
View ArticleShader version raspberry pi 2?
OK.I deleted the version line and i don't have this error any more but i still have the black screen problem with other problems. Sorry i am really a noob about anything dealing with shaders and armv7...
View ArticleofImage draw anti-aliasing
Hi - I work with Todd and have also been looking at this problem, and I have a solution which is working locally. The problem is that on iOS all of the OS image functions have premultiplied alpha....
View ArticleoscParametersReceiver/Sender examples not working
Still seeing this issue. I just built the example sender and recievers, and they do not affect each other at all. Does anyone have any info on this?
View Article0.9.0 Release Candidate 1
Arturo, thanks a lot for the work you do ! It's amazing ! Do you recommand to switch from OF 8, and OF 9RC1 to OF9 Nithgly for new projects (almost Raspberry PI ones) ? With git clone everyday, or do...
View ArticleofImage draw anti-aliasing
@MikeBerryThanks for posting this - I have run into this issues a few times before. It would be great if you could open an issue on github and ping the @openframeworks/ios group Thanks!Theo
View ArticleConverting 'float' to 'float*'
Hello all, I am getting an error in this code and at this point I have no idea what I am doing wrong. On line 64 It returens an error "error: cannot convert 'float' to 'float*' for argument '2' to...
View ArticleConverting 'float' to 'float*'
hello, You try to pass a value of an array at index i where function needs an array of float, which is considered a pointer. You usually don't pass the array itself but the pointer. And you may need a...
View ArticleConverting 'float' to 'float*'
So pointers are the key to this... Which I have learned nothing about thus far. Guess that's what I will be reading about next. Thanks
View Article