Launching and configuring terminal window from oF application
Hum... Strange. I'm able to quit applications with no problems...Could this be an issue with admin/folder permissions? But if the full path works for you, maybe this can be helpful: lukemalcolm: Edit:...
View ArticleProblem with playing a video
Hi everyone , im having a super weird error trying to play a video. When I run the videoplayer example works just fine. But when i ll try to play a video in my own program the video start and stops...
View ArticleSending OSC to multiple addresses
I want to send a different OSC message to multiple addresses. However, the code below does not work in the way I expected. What's wrong with my code? When I set just one address, it works fine. What I...
View ArticleLaunching and configuring terminal window from oF application
thanks for the link. i tried it just now. but doesn't help the thing is, the "quit" call doesn't even work from within apple script editor. fyi i am on OS X 10.10 with OF 0.8.4
View ArticleTemporary freeze during publishing status - ofxTwitter, ofxOAuth
Hello!I am using an app which is supposed to upload on my Twitter account a screengrab of the app.The app works fine the only problem I have is that every time I upload the image, the video freezes...
View ArticleHelp!iOS problem,"Connection to assetsd was interrupted or assetsd died"
Use ofxiOSImagePicker,if the photo is big(e.g. 2M),it always gets this error "Connection to assetsd was interrupted or assetsd died",and then memory warning,if use imagepicker again,it will...
View ArticleProblems combining bullet 3d with openrameworks
Ok I had problems with the build you sent me . These are the following errors: Severity Code Description Project File LineError C2061 syntax error: identifier 'Dynamictag' openframeworksLib...
View ArticleProblems combining bullet 3d with openrameworks
This build has errors. Here they are: if (MSCVER) template<typename Tp1> ofPtr(const ofPtr<Tp1>& __r, std::_Dynamic_tag) : std::shared_ptr<T>(__r, std:::_Dynamic_tag()) { } The...
View ArticleofxVideoRecorder isn't recording
Yea, this addon is super picky. Well ffmpeg. Have you double checked that your audio input index & sample rate are correct for the device? Video recording is dependent on the audio data coming in...
View ArticleTesseract ocr for windows?
why not using free online service? I find a free online ocr, it's using tesseract ocr 3.02.
View ArticleLaunching and configuring terminal window from oF application
I'm on the same OS. Have you tried through the command line? Maybe something like: system("osascript -e 'tell application \"Terminal\" to do script \"killall [yourApp]\"'");
View ArticleProblem with playing a video
Hi there! Could you share your code? Just the essential to reproduce that error. But just to make sure, are you doing yourVideo.update()?
View ArticleLaunching and configuring terminal window from oF application
system("osascript -e 'tell application \"Terminal\" to do script \"killall opencvHaarFinderExampleDebug\"'"); YES. this works. great.I was worried that killall would force quit the app and not exit it...
View ArticleofxPD and Audiobus
I was wrong. The Audiobus apps seem to change other audio app's blocksize in general. I could get the updated buffersize in (void)soundStreamRequested and (void)soundStreamReceived in...
View ArticleBest way to draw an array of objects
hello, I made an app which is drawing a bunch of circles moving according to the mouse position. This is working fine but for now i am only dealing with a hundred of circles. I tried to push it and i...
View ArticleBest way to draw an array of objects
if you use OF_PRIMITIVE_TRIANGLES in the vboMesh, you can append the circles directly in the vbo and draw all of them at once, using mesh.append(circleMesh) the fastest way though is by using...
View ArticleBest way to draw an array of objects
thanks a lot @arturo ! i will have a look at your suggestion. Just for my personal knowing : i first thought about putting my point array into an ofFbo and them pass it to a shader to compute...
View ArticleListbox widget (using ofxhGui): missing file hObject.h
The version on github works with OF versions 0062, 007, 0071, 0072, 0073 and 0074. There can be other issues on newer versions of OF. I use it actually on OF 0084, I will upload my new version it in...
View ArticleofxVideoRecorder isn't recording
@ryanww I was being assisted by the plugin creator. It seems I have troubles with get working ffmpeg and audio.As soon as I could figure it out I will comments the results.Thanks for your help, I'l...
View Article