# Unity-ZXing-BarQrCodeHandling **Repository Path**: dream408/Unity-ZXing-BarQrCodeHandling ## Basic Information - **Project Name**: Unity-ZXing-BarQrCodeHandling - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-03 - **Last Updated**: 2024-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Barcode and QR Code handling in Unity with ZXing.NET This is the corresponding github repository for the video tutorial series about "Barcode and QRCode in Unity with ZXing.NET - A guide for Standalone, Android, WebGL and Hololens". Using additional functionality with ZXing.NET, AR Foundation and OpenXR. :) Tutorial Video - https://www.youtube.com/watch?v=tJXvynhbmpg Example code generators: - https://www.qr-code-generator.com/ - https://barcode.tec-it.com/en/Code128 ZXing.NET Barcode and QR Code Github repo: - https://github.com/micjahn/ZXing.Net Unity WebcamTexture GetPixels32: - https://docs.unity3d.com/ScriptReference/WebCamTexture.GetPixels32.html Unity AR Foundation: - https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@5.0/manual/index.html Unity AR Foundation XRCPUImage Hololens support: - https://github.com/Unity-Technologies/arfoundation-samples/issues/562 - https://docs.unity3d.com/Packages/com.unity.xr.windowsmr@5.4/manual/index.html Unity ARFoundation, get CPU camera image: - https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@5.0/manual/cpu-camera-image.html#synchronously-convert-to-grayscale-and-color Microsoft MR Feature tool - https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unity/welcome-to-mr-feature-tool Microsoft OpenXR without MRTK - https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unity/new-openxr-project-without-mrtk Microsoft QR Code tracking - https://docs.microsoft.com/en-us/windows/mixed-reality/develop/advanced-concepts/qr-code-tracking-overview Microsoft QR Code tracking repo - https://github.com/microsoft/MixedReality-QRCode-Sample Microsoft QR Code tracking OpenXR repo - https://github.com/microsoft/MixedReality-QRCode-Sample/tree/OpenXR Microsoft QR Code NuGet package - https://www.nuget.org/Packages/Microsoft.MixedReality.QR Unity WebGL webcam browser access - https://docs.unity3d.com/2022.1/Documentation/Manual/webgl-browser-access-device.html