{"id":16322332,"url":"https://github.com/maxxfrazer/arkit-qrscanner","last_synced_at":"2026-02-17T02:06:39.900Z","repository":{"id":50394584,"uuid":"157783339","full_name":"maxxfrazer/ARKit-QRScanner","owner":"maxxfrazer","description":"Functions for scanning QR codes in ARKit","archived":false,"fork":false,"pushed_at":"2019-12-05T10:59:56.000Z","size":539,"stargazers_count":28,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T15:14:50.132Z","etag":null,"topics":["arkit","augmented","augmented-reality","barcode","barcode-scanner","cocoapods","ios","qr","qrcode","swift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/maxxfrazer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-15T23:00:58.000Z","updated_at":"2024-11-12T06:41:08.000Z","dependencies_parsed_at":"2022-08-20T13:30:55.852Z","dependency_job_id":null,"html_url":"https://github.com/maxxfrazer/ARKit-QRScanner","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxxfrazer%2FARKit-QRScanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxxfrazer%2FARKit-QRScanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxxfrazer%2FARKit-QRScanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxxfrazer%2FARKit-QRScanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxxfrazer","download_url":"https://codeload.github.com/maxxfrazer/ARKit-QRScanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245023170,"owners_count":20548670,"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":["arkit","augmented","augmented-reality","barcode","barcode-scanner","cocoapods","ios","qr","qrcode","swift"],"created_at":"2024-10-10T22:50:36.568Z","updated_at":"2026-02-17T02:06:39.860Z","avatar_url":"https://github.com/maxxfrazer.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARKit-QRScanner\n\nThis class `QRScanner` contains a few functions for scanning QR codes with ARKit.\nThe positioning isn't working quite right yet, open to contributions to get it to work!\n\nInclude this pod in your project:\n\n`pod 'QRScanner', :git =\u003e 'https://github.com/maxxfrazer/ARKit-QRScanner.git'`\n\nExample use (not suggested to run every frame as in example though):\n\n```\nfunc session(_ session: ARSession, didUpdate frame: ARFrame) {\n\t// background thread improves the lag a bit\n\tDispatchQueue.global(qos: .background).async {\n\t\tlet qrResponses = QRScanner.findQR(in: frame)\n\t\tfor response in qrResponses {\n\t\t\tprint(response.feature.messageString ?? \"no message found\")\n\t\t}\n\t}\n}\n\n```\nThe messageString can be text, URL, or any other commands following the standards outlined here:\n[Barcode Content Standards](https://github.com/zxing/zxing/wiki/Barcode-Contents)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxxfrazer%2Farkit-qrscanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxxfrazer%2Farkit-qrscanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxxfrazer%2Farkit-qrscanner/lists"}