{"id":20156340,"url":"https://github.com/imamhs/lnect","last_synced_at":"2026-05-06T13:16:20.907Z","repository":{"id":132567789,"uuid":"137206036","full_name":"imamhs/Lnect","owner":"imamhs","description":"Kinect viewer using OpenCV, libfreenect and GTK+ libraries","archived":false,"fork":false,"pushed_at":"2023-08-15T11:46:50.000Z","size":502,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-13T12:48:47.106Z","etag":null,"topics":["gtk3","gtkmm","microsoft-kinect-gui","microsoft-kinect-viewer","opencv"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imamhs.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-13T11:26:09.000Z","updated_at":"2023-08-15T11:46:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"44ae4e50-4119-4e13-bc9e-6f98da6d38f2","html_url":"https://github.com/imamhs/Lnect","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/imamhs%2FLnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imamhs%2FLnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imamhs%2FLnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imamhs%2FLnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imamhs","download_url":"https://codeload.github.com/imamhs/Lnect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596242,"owners_count":19988041,"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":["gtk3","gtkmm","microsoft-kinect-gui","microsoft-kinect-viewer","opencv"],"created_at":"2024-11-13T23:38:28.671Z","updated_at":"2026-05-06T13:16:20.872Z","avatar_url":"https://github.com/imamhs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nLnect - Kinect viewer application\nVersion 1.0\n                                \n========================================================\n\nWith Lnect you will be able to view both RGB and depth cameras as well as change tilt of Microsoft Kinect for Xbox 360 devices. The application by default is set to connect up to 4 Kinect devices present on the host computer. However, you can alter the maximum Kinect devices support in the source file.\n\nThe Lnect is built using the following libraries:\n\nLibrary\t\tversion\n-------------------\nGTK+            3\nOpenCV          3\nlibfreenect     1\n\nLnect is tested on Ubuntu 15.04, however you should be able to build the application on other platforms such as Windows and Mac OS from the source.\n\nThis application is distributed under zlib license. Please read License for more information\n\nEnjoy!\n\n    Md Imam Hossain (emamhd@gmail.com)\n\n\n\n///////////////////////////////////////////////////////////////////////////////\n// Setting up Lnect development environment on Ubuntu 15.04 based distributions\n///////////////////////////////////////////////////////////////////////////////\n\nPart One: Install development files\n\n**************************************\nInstall essential development packages\n**************************************\n\nin the terminal put the following command:\n\nsudo apt-get install build-essential automake autoconf bison flex freeglut3-dev libxmu-dev libxi-dev libusb-1.0-0-dev libgtk-3-dev libgtkmm-3.0-dev libavcodec-dev libavformat-dev libswscale-dev python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng12-dev libtiff5-dev libjasper-dev libdc1394-22-dev git-core pkg-config\n\n*******************\nInstall libfreenect\n*******************\n\nin the terminal put the following commands:\n\nsudo apt-get install libfreenect-dev \n\n**************\nInstall OpenCV\n**************\n\n// download OpenCV and create compile directory\n\ngoto http://opencv.org/\n\nand grab opencv-3.0.0\n\nextract the opencv-3.0 archive file\n\ncreate a folder named build inside the opencv-3.0.0 folder\n\nenter the build folder and open a terminal or open a terminal into the build folder\n\nin the terminal put the following commands:\n\n// setup compile environment for OpenCV\ncmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr -D WITH_OPENMP=ON -D WITH_CUDA=OFF .. \n\n// compile sources in 4 threads\nmake -j 4 \n\n// install OpenCV\n\nsudo make install\n\nPart Two: Setup Integrated Development Environment\n\n***********************\nInstall Java VM and JDK\n***********************\n\nFirst, add Oracle Java repository to the system by putting the following commands into the terminal:\n\nsudo apt-add-repository ppa:webupd8team/java\nsudo apt-get update\n\nThen, install by the following commands:\n\nsudo apt-get install -f\nsudo apt-get install oracle-java8-installer oracle-java8-set-default oracle-jdk7-installer\n\n***************************************************\nInstall NetBeans Integrated Development Environment\n***************************************************\n\nFirst, following https://netbeans.org download latest NetBeans version (8.0.2)\nand then set executable permission of the downloaded file by going into the file properties dialogue\nand finally, run the downloaded file and install NetBeans by following online instructions\n\nNow you can open the Lnect project in the NetBeans\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimamhs%2Flnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimamhs%2Flnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimamhs%2Flnect/lists"}