ofSystem importing python modules
@Caroline_Record wrote: I am calling a python script from OF that needs a few modules and I am running into problems. There isn’t any issue when running the script from terminal. I’m calling my python...
View ArticleofEasycam losing mouse control
@fresla wrote: I am having a problem with easycam losing mouse control on windows. I use a single instance, but sometimes set it’s position from a node and then sometimes revert to the mouse. I...
View ArticleIterate trough ofMesh vertices
@Marco_Buetikofer wrote: Hello everyone, I’m drawing some meshes from polylines using tessellateToMesh(). After doing that, I want to iterate to all the vertices and set their color according to some...
View ArticleOutput a full-width symbol by ofTrueTypeFont
@yuki_hikita wrote: Hi, I’m Japanese student. I am trying to output a full-width symbol by ofTrueTypeFont. because Added all of Unicode listed in ofTrueTypeFontSetting here....
View ArticleOfxPDSP - Stereo audio player
@Poulp wrote: Hello, I’m trying to dive into ofxPDSP, but I don’t understand how to keep the stereo when using the audioplayer exemple. Indeed, it seems that this player mix the right and left channel...
View ArticleIssue with storing glm::vec3 from ofPolyline to vector
@slugz wrote: I was going over a guide on an audio visualizer and ran into the final errors of getting the vertices of my drawn circle and storing them onto a vector I’m not too entirely sure if there...
View ArticleInstall Openframeworks on the Jetson Tk1
@Ultimator_Korn wrote: Hello i’m now working on the OF on the Jetson Tk1 dependencies seem to be installa successfully Screenshot from 2019-03-30 11:58:55.png1920×1080 239 KB But when i’m trying to...
View ArticleofVideoGrabber - Relationship between the dimensions passed to initGrabber,...
@jafish wrote: In the documentation for initGrabber, there’s a section that reads: If the capture dimensions are not available it will setup capture for the next closest dimensions available. It is...
View ArticleTrying to compileOF on manjoro
@cyrstem wrote: hey im trying to compile OF from tonight on arch and i get this n file included from /home/jacos/of_v0.10.1_linux64gcc6_release/libs/glm/include/glm/detail/func_common.inl:7, from...
View ArticleMultipass FrameBuffer
@pxt wrote: hello! im trying to do a multipass shader and i need to get the texture of the previus buffer. doing this, i get only a red color: gBuffer glGenFramebuffers(1, &gBuffer);...
View ArticleOfxFlowTool getting ofFbo texture from OfImage
@airinterface wrote: Hi there, I’m trying to use OfxFlowTool. But not from the camera, but from OfImage. But [ .h ] ofFbo flowFbo; ofImage image; [ .cpp ] -> setup flowFbo.allocate(CAM_WIDTH,...
View ArticleManjaro can't compile OPENCV example
@cyrstem wrote: buenas i fix the other manajaro error but now im trying to compile any of the OPENCv Examples and i get this PKG_CONFIG_LIBDIR= Package opencv was not found in the pkg-config search...
View ArticleJson write a file
@pxt wrote: Maybe is a very basic question. But i cant figure it out how can i write a Json File using ofxJson. the basic example only read: void ofApp::draw() { ofBackground(0);...
View ArticleAppveyor complaining
@edapx wrote: Hello, I have an addon failing on windows with this error: error: expected unqualified-id before '=' token float far = 0; ^ The addon builds on mac and linux, and this is the class...
View ArticleGetting a list of member names using ofJson
@fsg wrote: Is there a way to get a list of member names with ofJson, similar to getMemberNames() in ofxJson? I’m trying to get json objects with unknown names into map<string,float>. Posts: 1...
View ArticleFbo delay not working as expected
@andrei_j wrote: hello, I am trying to put together a framebuffer delay and I seem to be messing something up in my code. ` int framecount=0; int maxFrames=120; const int fbob=6; ofFbo...
View ArticleEmbarcadero C++Builder?
@gerdich wrote: Can I use OpenFrameWorks with Embarcadero C++Builder? Posts: 1 Participants: 1 Read full topic
View ArticleCan't figure out changing from B&W to color in slitscanner
@doleyl1 wrote: I’m trying to take a sample row of pixels from the top of my video monitor and repeating the sample coming up from the bottom of a separate display screen. When I started the project...
View ArticleVisual Studio Clang
@gerdich wrote: Is there a generator for Visual Studio projects with Clang? Posts: 1 Participants: 1 Read full topic
View ArticleIs it possible to sample pixels from a ofTexture and then redraw specific...
@jbae98 wrote: Is it possible to sample pixels from a ofTexture and then redraw specific pixels in the form of a brush? If so, how would I do that? Posts: 1 Participants: 1 Read full topic
View Article