Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Vuforia camera input

Discussion in 'Vuforia' started by AbrahamManomotion, Sep 27, 2018.

  1. AbrahamManomotion

    AbrahamManomotion

    Joined:
    Jun 21, 2017
    Posts:
    3
    Hey,

    I am trying to get access to the byte array of CameraDevice.Instance in order to do some parallel processing. However, as I see CameraDevice.Instance.GetCameraImage(givenFormat) will provide me with an Image of high resolution only. The setting of optimizing for speed somehow downgrades it but not enough as I wished so. Is there any way of receiving an Image of 320x240 or 640x480 (roughly in those scales of dimensions)?