Socket
Book a DemoInstallSign in
Socket

com.github.asus4.texture-source

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.asus4.texture-source

Simplify WebCamera and test video handling for using Computer Vision in Unity

0.2.1
npmnpm
Version published
Weekly downloads
114
-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

Texture Source

TextureSource is a utility that provides a consistent API to get the texture from various sources.

Install via UPM

Add the following setting to Packages/manifest.json

{
  "scopedRegistries": [
    {
      "name": "npm",
      "url": "https://registry.npmjs.com",
      "scopes": [
        "com.github.asus4"
      ]
    }
  ],
  "dependencies": {
    "com.github.asus4.texture-source": "0.2.1",
    ...// other dependencies
  }
}

How To Use

After installing the library, attach VirtualTextureSource to the GameObject.

virtual-texture

Then, right-click on the project panel and create the TexureSource scriptable object that you want to use. You can set different sources for the Editor and Runtime.

scriptable-object

Currently provides the following sources:

WebCam Texture Source

Includes collecting device rotation.

webcam-texture-source

Video Texture Source

Useful when using test videos only in the Editor.

video-texture-source

AR Foundation Texture Source

Provides AR camera texture access. It supports both ARCore/ARKit.

ar-faoundation-texture-source

Acknowledgement

Inspired from TestTools

License

MIT

Keywords

unity

FAQs

Package last updated on 08 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.