Why ofBuffer's getFirstLine() and getNextLine() are deprecated?
@cuinjune wrote: Hi, I'm using OF 0.9.0 the latest nightly build, but I found that a lot of ofBuffer's methods are deprecated. I wanted to use ofBuffer to load a text file, then read the content line...
View ArticleHow to stream a video using ofxiOSVideoPlayer
@cuinjune wrote: HI, I would like to stream and play a video file from the server so I don't have to download the file in order to play. Since I'm developing an iOS app, I tried using...
View ArticleClearing vectors every cycle
@antocreo wrote: Hi,I have several sets of real time stream of data (float) that I need to manage. (face tracking)each set counts a variable number of features (e.g. set "Brows" includes 5 features...
View ArticleI captured sound in Pc 1 and recaived and playing in the Pc 2 in real time (...
@lozdanmultimedial wrote: Hello.My proyect its now make sound streaming in one pc and received this sound and play it in real time. Pc capture by microphone a sound and encoded in string message :...
View ArticleofxGstreamer pipeline
@pandereto wrote: Hi im trying to connect of to a raspberry gstreamer pipeline. This is the pipeline that im launching on a rip raspivid -t 999999 -w 640 -h 480 -fps 25 -hf -b 2000000-n -pf baseline...
View ArticleOpenCL furthest point from line /parallel reduction
@sam_mcelhinney wrote: Hello All, Have been testing with ofxMSAOpenCl particle systems; I'd like to try and use it to detect the particle that is furthest from a given point. i.e. parallelise a...
View ArticleInvert alpha channel in ofImage
@marlowe wrote: Hey, Could anyone provide me with an example of how can I programatically invert the alpha channel of ofImage? Thanks in advance, M Posts: 2 Participants: 2 Read full topic
View ArticleDetermine user home path
@thomasgeissl wrote: Hello ofCommunity,is there an easy way to determine a user's home path on windows. I needed default locations of music, images and videos on osx. I thought it might be useful to...
View ArticleglGenTextures in ofApp
@gh00st wrote: Hi all, i'm trying to use glGenTextures(1, (GLuint *)&texture.texData.textureID); inside ofApp, but getting always glError 0x500, as glGenTexures can't create the texture... during...
View ArticleError using Codeblocks
@cjdg wrote: when i compile i get a lot of this errors:......\libs\poco\lib\win_cb\libPocoNetSSL.a(HTTPSClientSession.o):HTTPSClientSession.cpp|| undefined reference to `_gxxpersonality_sj0'| Posts: 1...
View ArticleWho knows when 0.9 version release?
@tsin wrote: 0.9 version is so importment for ios because of 64 bit needed.but it has passed two month i wait it.who can tell me when ? Posts: 2 Participants: 2 Read full topic
View ArticleUsing Events between class
@Gallo wrote: Hello all, I am building a test app in which i am using an SVG file to grab shapes.I am using the core class ofApp and a custom class Shape which defines each shape as an ofPath and its...
View ArticleBest way to send messages and files between to apps on different computers
@Dereckd wrote: I'm have two different parts ( apps ) that I want to communicate with each other. I also want to be able to save and send a file from one app to another. I was thinking of several...
View ArticleIt is possible and how to static linking an openframeworks app to distribute...
@cjdg wrote: Hi i would like to know if there is possible to do a static linking of a openframeworks app, both windows linux Posts: 1 Participants: 1 Read full topic
View ArticleError compiling with codeblocks in win8
@cjdg wrote: When i run the compile i have the next issueim using win 8 64 bit ||=== Build: release in openFrameworksLib (compiler: GNU GCC Compiler) ===|||=== Build: release in mySketch (compiler:...
View ArticleDraw a large amount of textured 3D Primitives in OpenGL
@Cyril wrote: Hi ! I need to draw a lot of textured cubes and spheres for a project (~3000).I'm using glutSolidCube() and gluSphere() which let me draw all my primitives in 60 fps (VboMesh returns me...
View ArticleDifferent behaviour if code is wrapped in method
@antocreo wrote: Hi,I have this strange situation in which, if I wrap this code below // doodle lines ofPushStyle(); ofPushMatrix(); meshBrows.setMode(OF_PRIMITIVE_LINE_LOOP);...
View ArticleError building with rapidjson
@sjltaylor wrote: I'm trying to include rapidjson in my project so that I can reuse parsing code from a different project.Rapidjson is header only.Rapidjson builds in a separate project built with he...
View ArticleofxAVFVideoPlayer + ofxCV + ofxFacetracker: movie cropped and face not detected
@antocreo wrote: Hi, I am trying to get some face tracking/recognition app and I am having hard time with the performance.here are few issues and approaches I took. 1) ofxFaceTracker and ofVideoPlayer...
View ArticleSome unexpected behavior drawing ofPath
@Gallo wrote: Hello, I am facing some weird problem drawing ofPath from SVG file or maybe it is normal or i am doing something wrong... I am loading an SVG file and get shapes from it as ofPath.The...
View Article