{"id":16840595,"url":"https://github.com/mitmul/ofopenni2","last_synced_at":"2025-03-18T04:49:32.450Z","repository":{"id":6197653,"uuid":"7428311","full_name":"mitmul/ofOpenNI2","owner":"mitmul","description":"OpenNI2 \u0026 NiTE2 with openFrameworks (OSX Mountain Lion)","archived":false,"fork":false,"pushed_at":"2013-02-12T19:38:06.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T11:44:13.834Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitmul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-03T18:50:46.000Z","updated_at":"2013-10-23T08:17:51.000Z","dependencies_parsed_at":"2022-09-09T14:13:52.709Z","dependency_job_id":null,"html_url":"https://github.com/mitmul/ofOpenNI2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitmul%2FofOpenNI2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitmul%2FofOpenNI2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitmul%2FofOpenNI2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitmul%2FofOpenNI2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitmul","download_url":"https://codeload.github.com/mitmul/ofOpenNI2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244159989,"owners_count":20408019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T12:37:24.681Z","updated_at":"2025-03-18T04:49:32.428Z","avatar_url":"https://github.com/mitmul.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenNI2 \u0026 NiTE2 with openFrameworks (OSX Mountain Lion)\n======================\n\nRequirement\n------\n\n### Qt 4.7.4 (32bit build) ###\n1. Get 10.6SDK from http://yoppa.org/blog/4025.html\n2. $git clone git://gitorious.org/qt/digia-qt.git\n3. $./configure -arch i386 -sdk ~/Download/MacOSX10.6.sdk -carbon\n4. $make\n5. $make install\n\n### OpenCV2.3.1 or newer (32bit Build) ###\n1. Get OpenCV sources http://sourceforge.net/projects/opencvlibrary/files/\n2. $mkdir build\n3. $cd build\n4. $ccmake ../\n5. Set some params as below:\n\t+ CMAKE_INSTALL_PREFIX=/opt/local\n\t+ CMAKE_OSX_ARCHITECTURES=i386\n\t+ CMAKE_C_FLAGS=-m32\n\t+ CMAKE_CXX_FLAGS=-m32\n\t+ WITH_FFMPEG=OFF\n6. Press [c] \u0026 Press [g] \u0026 Press [q]\n7. $make -j8\n8. $sudo make install\n\n### boost 1.52 (32bit Build) ###\n1. Get boost from http://www.boost.org/users/download/\n2. $./bootstrap.sh toolset=darwin address-model=32 architecture=x86\n3. $sudo ./bjam install --prefix=/opt/local --libdir=/opt/local/lib address-model=32 architecture=x86\n\n### OpenNI2 \u0026 NiTE2 (OSX) ###\n1. Get them from http://www.openni.org/openni-sdk/\n2. Copy files under Redist dir to /opt/local/OpenNI/lib or /opt/local/NiTE/lib and files under Include dir to /opt/local/OpenNI/include or /opt/local/NiTE/include\n3. $install_name_tool -id /opt/local/OpenNI/lib/libOpenNI2.dylib libOpenNI2.dylib\r4. $install_name_tool -id /opt/local/OpenNI/lib/OpenNI2/Drivers/libOniFile.dylib libOniFile.dylib\r5. $install_name_tool -id /opt/local/OpenNI/lib/OpenNI2/Drivers/libPS1080.dylib libPS1080.dylib\r6. $install_name_tool -id /opt/local/NiTE/lib/libNiTE2.dylib libNiTE2.dylib\r7. $install_name_tool -change libOpenNI2.dylib /opt/local/OpenNI/lib/libOpenNI2.dylib libNiTE2.dylib\r\n\n### openFrameworks (v0073) ###\n1. Build with XCode\n2. Copy libs folder to /opt/local and rename the folder \"openFrameworks\"\n3. $install_name_tool -id /opt/local/openFrameworks/fmodex/lib/osx libfmodex.dylib libfmodex.dylib\n4. $install_name_tool -id /opt/local/openFrameworks/glut/lib/osx/GLUT.framework/GLUT GLUT\n \nBefore Run\n----------------\n+ Copy below files to executable file dir\n\t+ All boost dylib files\n\t+ All files under OpenNI-2.0.0/Redist\n\t+ All files under NiTE-2.0.0/Redist\n+ Make \"lib\" dir under executable file dir and copy all OpenCV dylib files to the \"lib\" dir","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitmul%2Fofopenni2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitmul%2Fofopenni2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitmul%2Fofopenni2/lists"}