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
If we could go around CORS, then we can process any crossview image at runtime and display it in VR.
Currently, scraped images are downloaded, cropped and uploaded to CDN that sets appropriate CORS headers.
The following scenario doesn't work:
Load image onto canvas; HTML5 is fine
Copy pixels onto new canvas; CORS data is also copied
Crop and resize; optionally
Display in VR; CORS data from point 2 prevents WebVR from displaying it
The text was updated successfully, but these errors were encountered:
If we could go around CORS, then we can process any crossview image at runtime and display it in VR.
Currently, scraped images are downloaded, cropped and uploaded to CDN that sets appropriate CORS headers.
The following scenario doesn't work:
The text was updated successfully, but these errors were encountered: