expo-three
expo-three copied to clipboard
Using video as a texture?
is it possible to use a video as a texture with this ?
I presume you want to use the video from the camera as a texture? You can do this with THREE. createARBackgroundTexture
, it updates automatically!
Any VideoTexture in Expo-three? I know there is a Three.VideoTexture and can I use it with expo-three?
@AndresCuervo @devdivr This would require a new native object that is pretty similar to the AR Background texture.
@EvanBacon can you describe how to add video texture to a 3d object ?
I tried Video component from Expo but didn't worked!
Any updates about how to use a video as a texture? @fullstackcoder did you find a solution?
EDIT. related to https://expo.canny.io/feature-requests/p/expo-gl-video-support
I was working out to integrate video textures, but i left it incomplete because of the limitation of react native being single threaded!
how can I implement the AR with expo? But it should be worked for Android and iOS both.
how can I implement the AR with expo?
But it should be worked for Android and iOS both.
See https://viromedia.com/viroreact. Actually, this issue is not related with your question.
I am so new to gl-expo. I need to apply filters on the expo-av Video. Any advice?