Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vision input support for WebGL #305

Merged
merged 2 commits into from
Jun 23, 2024
Merged

Commits on Jun 23, 2024

  1. Add vision input support for WebGL

    - Implement Vision input support for WebGL.
    - Note: In Unity 2022, a bug causes pixel data retrieved from WebCamTexture to appear black. This bug is resolved in Unity 2022.3.26f1 and later, so ensure to use this or a newer version.
    
    https://issuetracker.unity3d.com/issues/webcamtexture-dot-getpixels32-returns-black-pixels-when-in-webgl-player
    uezo committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    193808c View commit details
    Browse the repository at this point in the history
  2. Update demo

    uezo committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a7dc7f8 View commit details
    Browse the repository at this point in the history