{"id":13564890,"url":"https://github.com/trieutuanvnu/Raspberry-Face-Recognition","last_synced_at":"2025-04-03T22:30:20.277Z","repository":{"id":189690756,"uuid":"98081391","full_name":"trieutuanvnu/Raspberry-Face-Recognition","owner":"trieutuanvnu","description":"Use Python and Open CV to recognize multi face and show the name","archived":false,"fork":false,"pushed_at":"2017-10-16T15:03:26.000Z","size":137,"stargazers_count":89,"open_issues_count":3,"forks_count":64,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-04T18:45:19.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/trieutuanvnu.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-23T07:19:41.000Z","updated_at":"2024-09-26T23:22:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f97d3d9-5c68-4bd6-892a-3cb9d657efcd","html_url":"https://github.com/trieutuanvnu/Raspberry-Face-Recognition","commit_stats":null,"previous_names":["trieutuanvnu/raspberry-face-recognition"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trieutuanvnu%2FRaspberry-Face-Recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trieutuanvnu%2FRaspberry-Face-Recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trieutuanvnu%2FRaspberry-Face-Recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trieutuanvnu%2FRaspberry-Face-Recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trieutuanvnu","download_url":"https://codeload.github.com/trieutuanvnu/Raspberry-Face-Recognition/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247089567,"owners_count":20881795,"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-08-01T13:01:37.566Z","updated_at":"2025-04-03T22:30:19.781Z","avatar_url":"https://github.com/trieutuanvnu.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Raspberry-Face-Recognition\nUse Python and Open CV to recognize multi face and show the name\n#Sample to get video from PiCam\n# import the necessary packages\nfrom picamera.array import PiRGBArray\nfrom picamera import PiCamera\nimport time\nimport cv2\n \n# initialize the camera and grab a reference to the raw camera capture\ncamera = PiCamera()\ncamera.resolution = (640, 480)\ncamera.framerate = 32\nrawCapture = PiRGBArray(camera, size=(640, 480))\n \n# allow the camera to warmup\ntime.sleep(0.1)\n \n# capture frames from the camera\nfor frame in camera.capture_continuous(rawCapture, format=\"bgr\", use_video_port=True):\n\t# grab the raw NumPy array representing the image, then initialize the timestamp\n\t# and occupied/unoccupied text\n\timage = frame.array\n \n\t# show the frame\n\tcv2.imshow(\"Frame\", image)\n\tkey = cv2.waitKey(1) \u0026 0xFF\n \n\t# clear the stream in preparation for the next frame\n\trawCapture.truncate(0)\n \n\t# if the `q` key was pressed, break from the loop\n\tif key == ord(\"q\"):\n\t\tbreak\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrieutuanvnu%2FRaspberry-Face-Recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrieutuanvnu%2FRaspberry-Face-Recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrieutuanvnu%2FRaspberry-Face-Recognition/lists"}