Coder Social home page Coder Social logo

crea's People

Contributors

fabiaserra avatar luzhouheng avatar wangsix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crea's Issues

C++ error in flowTools dependency

I'm on Mac and have spend lot of hours today trying to build this amazing program and now stuck at one nasty error which is more C++ version related it seems occurring in the **"ftSvAverage.cpp" file of "ofxFlowTools" addon.

		std::transform(magnitudes.begin(), magnitudes.end(), diff.begin(),
					   std::bind2nd(std::minus<float>(), meanMagnitude));

Greatly appreciate any help or tips on getting past this. Thanks!

missing its project.pbxproj file

I get this message when opening the generated project file following the steps in the readme:

Project /Users/xxx/Documents/openFrameworks/apps/myApps/crea/crea.xcodeproj cannot be opened because it is missing its project.pbxproj file.

I'm shamefully stuck here as it seems like something simple I'm missing. I used the projectGenerator.app from the latest openFrameworks master.

Linker Issue and OfxCV

Sry about this question as i am also very new to this. First issue I got was

when using codeblocks-13.12mingw-setup.exe and followed all the steps you gave, when building the project i got this errors. saying it cant find vmo.h??? then you said i should make sure you have the line #define GESTURE_FOLLOWER commented in ofApp.h. Which i did and that resolved that issue. But then i got another issue which was

ld.exe||cannot find -lstrmbase|
ld.exe||cannot find -lz|

I realized this was a Linker/Compiler related issue, and you advised me to check the following step (e): http://openframeworks.cc/setup/codeblocks/ and check this OF forum entry, they discuss your same error: http://forum.openframeworks.cc/t/error-cannot-find-lstrmbase/3990. I did I uninstalled everything and Installed it again that fixed that issue once i follwed the steps in the forums.

Then now i am faced with another issue its saying -
C:\Users\Work\Desktop\of_v0.8.4_win_cb_release\apps\myApps\crea_master\src\ofxCv.h Line9 fatal error: ofxCv/Utilities.h: No such file or directory.

This is probably a basic issue i should know and not waisting your time, but if you could help me out i would really appreciate that.

Thanks

Problem with linux on of_v0.10.0

Problem with linux on of_v0.10.0

Those are the errros..
In file included from /home/pietro/progetti/of_v0.10.0_linux64gcc6_release/apps/myApps/crea/src/Fluid.cpp:20: /home/pietro/progetti/of_v0.10.0_linux64gcc6_release/apps/myApps/crea/src/Fluid.h:22:10: fatal error: ofxFlowTools.h: File o directory non esistente #include "ofxFlowTools.h"

Kinect/sequence don't alter the graphics

I could correctly build this with no errors or problems and successfully run the build with no console errors of sorts. UI is reactive as is kinect detection.

However the graphics are in no way influenced by either the live kinect or the registered sequence (I can see the sequence and kinect markers on screen). So basically the screen always stays black except with the particle grid which has some graphic content by default.

Seems like a very trivial (probably code configuration) issue. Any pointers as to where to look or what might be happening?

screen shot 2016-07-15 at 21 41 56

P.S. great project, look forward to use this properly!

Building & Running on Ubuntu Linux

Hi @fabiaserra, thanks for this great project. Best thing I've found so far in Openkinect/Openframeworks, I can't believe I just found it!
Really excited that you have a 0.10 branch going and looking forward to seeing it working.

Just wanted to leave some notes from my experience building and running on Linux.

I got the current 0.10 branch to build cleanly and run on Ubuntu (17.10 64bit), but the GUI didn't load.

I also built for 0.9.8 OF but had to remove the dependency on Syphon (which is Mac-only) - seems a shame to make a cross-platform project into a single-platform project just for that (whatever it is :) )...

The preliminary changes for building for OF0.9.8 on Linux are in my fork: https://github.com/danryu/crea

I'm wondering about expanding the project to support Kinect v2, and perhaps pointcloud capture. What would be the primary challenges here, do you think?

crea compile errors

Hi Im new to OFX and github so please bare with me.
Im trying to build the latest version but where can i get all the files including....
helper.cpp, helper.h, vmo.cpp, vmo.h
what is the best working version to download as I cant seem to get the code to compile in xcode 6.4 on osx 10.10.4

Im currently getting Semantic issues in Contour.cpp

/Users/preAk/Documents/OF Projects/of_v0.8.4_osx_release/apps/myApps/crea/src/Contour.cpp:107:19: No member named 'allocate' in 'flowTools::ftDisplayScalar’

/Users/preAk/Documents/OF Projects/of_v0.8.4_osx_release/apps/myApps/crea/src/Contour.cpp:108:19: No member named 'allocate' in 'flowTools::ftVelocityField’

/Users/preAk/Documents/OF Projects/of_v0.8.4_osx_release/apps/myApps/crea/src/Contour.cpp:391:23: No member named 'setSource' in 'flowTools::ftVelocityField’

/Users/preAk/Documents/OF Projects/of_v0.8.4_osx_release/apps/myApps/crea/src/Contour.cpp:444:24: No member named 'getAverageFlow' in 'flowTools::ftOpticalFlow'

Thanks for any advice and help in advance. Keith

xcode / ofx version

Hi! Dear Fabià Serra,

I followed several times every single step from your repo(s), pdf, etc., by observing carefully your sreencast, in different configurations of ofx and Xcode and I keep getting errors. So, can you please tell what version of Xcode and Mac Os X are you using in your Youtube CREA Screecast (https://www.youtube.com/watch?reload=9&v=i2qrqvZc22Y).

Thanks so much, in advance!

Horácio

Getting Errors on compile

I'm very new to OF and Crea, so sorry if my issue is something very stupid.

I did all the steps as shown and also copied the ofxFlowTools and ofxUI from src of Crea, but I still get a lot of errors when compiling and it won't build at all.

Anyone can help?

Thanks a lot,
Leart
error

Build Error

Using Ofv.0.3 to build and getting these errors, any help?
screen shot 2016-05-16 at 2 01 11 pm

Almost done

What can i do to make it work? Im trying and trying and no luck
screen shot 2016-02-26 at 12 50 12 pm

Unable to take live input and second window problem

I am able to run CREA, but, when I enable the second window. All the tabs with get stuck why ? And also I am unable to take the direct input from the Kinect. My output for loading default xml is:
image

This is how it looks. The marked areas are blank when I connect Kinect and enable the #define KINECT_CONNECTED

image

@fabiaserra Can you please help me on this ?

Getting Errors on compile Visual Studio 2017 OF v0.9.8

I'm trying to install 'crea' on my computer but I can't build the project..., I followed all the step that the tutorial says....,Can anyone can help?

I'm using visual studio 2017 and the las version of OF, and I don't know if this can be the problem..

here the logs :

image

  • To solve the M_PI, I included this to the header:

#define _USE_MATH_DEFINES
#include <cmath>

image

included to the pages: ParticleSystem and Particle

  • To solve the getAverageFlow error, I just comment the method but I don't know if I should do it because I don't know id this method is important or not...

image

if I try to return the value I get this error...

image

problem with last openframeworks

Hi.
I'm trying to compile crea in my archlinux with last (github) openframeworks and I have this problem:

Compiling /home/pietro/of_v20170714_linux64gcc6_release/apps/myApps/crea/src/Fluid.cpp
g++ -c -O3 -march=native -mtune=native -DNDEBUG -Wall -Werror=return-type -std=c++14 -DGCC_HAS_REGEX -DOF_USING_GTK -DOF_USING_GTK -DOF_USING_MPG123 -pthread -D_FORTIFY_SOURCE=2 -D__UNIX_JACK__ -D__LINUX_ALSA__ -D__LINUX_PULSE__ -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/rtaudio -I/usr/include/alsa -I/usr/include/libdrm -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libusb-1.0 -I../../.././libs/openFrameworks -pthread -D_FORTIFY_SOURCE=2 -D__UNIX_JACK__ -D__LINUX_ALSA__ -D__LINUX_PULSE__ -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/rtaudio -I/usr/include/alsa -I/usr/include/libdrm -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libusb-1.0 -I/home/pietro/of_v20170714_linux64gcc6_release/apps/myApps/crea/src -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/src -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/src/extra -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/libs -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/libs/libfreenect -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/libs/libfreenect/include -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/libs/libfreenect/platform -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/libs/libfreenect/src -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/libs/libusb-win32 -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxKinect/libs/libusb-1.0 -I/. -I. -I./src -I./obj -I./obj/linux64 -I./obj/linux64/Release -I./obj/linux64/Release/src -I/./bin -I./bin -I./bin/data -I./bin/data/icons -I./bin/data/songs -I./bin/data/fonts -I./bin/data/kinect -I./bin/data/kinect/depth1 -I./bin/data/kinect/ir1 -I./bin/data/sequences -I./bin/data/settings -I./bin/data/cues -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxXmlSettings/src -I/home/pietro/of_v20170714_linux64gcc6_release/addons/ofxXmlSettings/libs -MMD -MP -MF obj/linux64/Release/src/Fluid.d -MT obj/linux64/Release/src/Fluid.o -o obj/linux64/Release/src/Fluid.o -c /home/pietro/of_v20170714_linux64gcc6_release/apps/myApps/crea/src/Fluid.cpp
In file included from /home/pietro/of_v20170714_linux64gcc6_release/apps/myApps/crea/src/Fluid.h:21:0,
from /home/pietro/of_v20170714_linux64gcc6_release/apps/myApps/crea/src/Fluid.cpp:20:
../../.././libs/openFrameworks/ofMain.h:5:10: fatal error: ofConstants.h: File o directory non esistente
#include "ofConstants.h"
^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [../../.././libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:223: obj/linux64/Release/src/Fluid.o] Error 1
make[1]: uscita dalla directory "/home/pietro/of_v20170714_linux64gcc6_release/apps/myApps/crea"
make: *** [../../.././libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:129: Release] Error 2

Someone could help me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.