Xtion + openframeworks + Raspberry Pi
I am having a raspberry pi 1, model B (not even B+ ). Rpi's architecture is armv6l. I downloaded openframeworks v0.8.4 on both machines (ubuntu and raspberry). I didn't followed the instructions...
View ArticleXtion + openframeworks + Raspberry Pi
I haven't tried running the xtion with a rpi1b (I only have rpi2) , but I'm afraid it will be really slow!For the pi1 (armv6l) you don't have to follow the setup guide link I posted. But I'm not sure...
View ArticleXtion + openframeworks + Raspberry Pi
In our past tests with RPI1 and xtion, it was possible to (sometimes) get a 320x240 depth map every few seconds using @jvcleave's examples. If you're interested in using the xtion with Raspberry Pi, a...
View ArticleVM Ubuntu 12.04 parallels to Raspberry B+
No ... i'm change path and work well...https://github.com/twobitcircus/rpi-build-and-boot Hope it help you...!
View ArticleXtion + openframeworks + Raspberry Pi
I agree Christopher. @m_tsourma I have packed a project that is running on the rpi2.You can have a look and see if it runs on your...
View ArticleXtion + openframeworks + Raspberry Pi
This works!!! i get a "motion detection caption", but not on an RGB image. How could i implement your code in order to get an RGB image? Is there a way? So far i cannot buy a raspberry pi2,...
View ArticleDraw circles on mouse postion over image
Hennio: ofClear(0); Ok! so i place the picture inside the fbo still not working.
View ArticleSpout - Syphon for windows
I´ve changed to ofxSpout2 and I´ve notice that, beyond the multiple senders, the app opens/startup faster than before.Thank you @Kj1!
View ArticleTouchscreen on a Raspberry Pi
With the help of the forum I've resolved this issue for the Elo touchscreen. There were issues that appear to be unique to the Elo so I encourage those dealing with other touchscreens to follow this...
View ArticleCompilation Problem on OSX
Many Thanks. I installed now the rc 0.90 and it works fine with c++11. I downloaded the OF 0.84 before.
View ArticleXtion + openframeworks + Raspberry Pi
Are you referring to my project that I shared on googledrive?if so there is an appSettings.xml in the bin/data/ directoryin there you will find a setting <doColor>false</doColor> if you...
View ArticleSkeleton tracking without calibration (psi pose)
hi! i'm new to openframeworks and am working on a project using a user's skeleton data. it's for an installation and i can't expect visitors to know about psi pose, so i'm looking for instant skeleton...
View ArticleProject generator compilation error in ubuntu 14.04
So I compiled OF just fine but I'm having difficulty with the project generator.Here's the terminal output: collect2: error: 1d return 1 exit statusmake[1]: *** [bin/projectGeneratorSimple] Error...
View ArticleXtion + openframeworks + Raspberry Pi
Thank you very very much for your time!!! Your work is awesome!! Could i use your project and modify it? I want to try face detection or recognition (with baby steps cause i'm a newbie).
View ArticleXtion + openframeworks + Raspberry Pi
opencv/face detection is really slow on the RPi Overall you should use a powered USB hub in order to get a more reliable stream from the depth camera.
View ArticleDraw circles on mouse postion over image
don't draw the image or clear the background every frame. otherwise you'll be drawing the image on top of what you've already drawn and you'll only see the current circle
View Article