You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a hologram, is it possible to pass in raw buffer data (such as uint8 array, base64 string) instead of a URI? Looking to dynamically create a video to play on the device.
The text was updated successfully, but these errors were encountered:
currently Bridge can load data from either a url, or a file path. For dynamically creating a video, you could download it to the user's computer then have them play it back. Do you know what format the video would be in? We don't currently support raw buffer data.
right now the legacy endpoint only supports images, you may be interesting in our webXR library which allows you to draw a canvas directly to the Looking Glass, this will allow for realtime approaches.
When creating a hologram, is it possible to pass in raw buffer data (such as uint8 array, base64 string) instead of a URI? Looking to dynamically create a video to play on the device.
The text was updated successfully, but these errors were encountered: