{"id":15571013,"url":"https://github.com/netromdk/mocam","last_synced_at":"2025-12-25T10:47:47.398Z","repository":{"id":14816766,"uuid":"17539284","full_name":"netromdk/mocam","owner":"netromdk","description":"Interaction with video capturing devices coupled with facial recognition.","archived":false,"fork":false,"pushed_at":"2014-05-13T10:59:31.000Z","size":873,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-19T06:44:16.159Z","etag":null,"topics":["cmake","cpp","face","snapshot","video-device"],"latest_commit_sha":null,"homepage":"","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/netromdk.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":"2014-03-08T09:51:00.000Z","updated_at":"2023-11-03T18:00:05.000Z","dependencies_parsed_at":"2022-09-14T18:10:36.903Z","dependency_job_id":null,"html_url":"https://github.com/netromdk/mocam","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/netromdk%2Fmocam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fmocam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fmocam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netromdk%2Fmocam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netromdk","download_url":"https://codeload.github.com/netromdk/mocam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243223952,"owners_count":20256611,"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":["cmake","cpp","face","snapshot","video-device"],"created_at":"2024-10-02T17:53:10.127Z","updated_at":"2025-12-25T10:47:47.367Z","avatar_url":"https://github.com/netromdk.png","language":"C++","readme":"mocam\n=====\n\nThe intention of this project is to interact and stream frames from\nvideo devices and do facial analysis on them.\n\nRequirements\n============\n\nA C++11 compliant compiler (GCC 4.8+, Clang 3.3+ etc.), CMake 2.8.8+,\nQt 5.2+ and OpenCV 2.4+.\n\nCompilation\n===========\n\nTo compile the source code and link the binaries do the following:\n\n1. Extract source and go into the diretory.\n2. mkdir build\n3. cd build\n4. cmake ..\n5. make\n\nThis produces two binaries in the *bin* folder: snapshot and faces\n\nsnapshot\n========\n\nsnapshot is used to snap an image from a video device and save it to\ndisk.\n\n```\nUsage:  ./bin/snapshot  (\u003coptions\u003e) \u003coutput filename\u003e\n\nThe format of the snapshot is dictated by the extension of \u003coutput filename\u003e.\nSupported extensions: jpg, jpeg, and png.\n\nOptions:\n  --help | -h          Shows this message.\n  --list | -l          List all available video devices on the system.\n  --device | -d \u003cstr\u003e  The device to take a snapshot from.\n  --quality | -q \u003cn\u003e   Quality of the snapshot in percentage (1-100).\n  --scale | -s \u003cstr\u003e   Scales to the defined size given 'WidthxHeight'\n                       in pixels. Or scale keeping the size-ratio by\n                       'Xw' or 'Xh', where 'X' is the size to scale to\n                       in width or height respectively.\n```\n\nfaces\n=====\n\nThis utility is used to analyse for faces on one or several images.\n\n```\nDetects faces and eyes in an image.\n\nUsage:  ./bin/faces  (\u003coptions\u003e) \u003cface file\u003e \u003ceyes file\u003e \u003cimage file\u003e\n\n\u003cface file\u003e and \u003ceyes file\u003e must to be cascade files in XML that\nare either LBP or HAAR types.\n\nOptions:\n  --help | -h              Shows this message.\n  --overlay | -o \u003cfile\u003e    Write image with overlays to file.\n  --no-faces | -nf         Don't draw faces to overlay.\n  --no-eyes | -ne          Don't draw eyes to overlay.\n  --out-data | -od \u003cfile\u003e  Write faces to an XML file.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetromdk%2Fmocam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetromdk%2Fmocam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetromdk%2Fmocam/lists"}