expo-three icon indicating copy to clipboard operation
expo-three copied to clipboard

Using video as a texture?

Open weepy opened this issue 7 years ago • 10 comments

is it possible to use a video as a texture with this ?

weepy avatar Sep 20 '17 15:09 weepy

I presume you want to use the video from the camera as a texture? You can do this with THREE. createARBackgroundTexture , it updates automatically!

cwervo avatar Mar 14 '18 09:03 cwervo

Any VideoTexture in Expo-three? I know there is a Three.VideoTexture and can I use it with expo-three?

devdivr avatar Jul 13 '18 09:07 devdivr

@AndresCuervo @devdivr This would require a new native object that is pretty similar to the AR Background texture.

EvanBacon avatar Jul 18 '18 22:07 EvanBacon

@EvanBacon can you describe how to add video texture to a 3d object ?

fullstackcoder avatar Nov 19 '18 16:11 fullstackcoder

I tried Video component from Expo but didn't worked!

fullstackcoder avatar Nov 19 '18 16:11 fullstackcoder

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

bastienrobert avatar Apr 11 '20 13:04 bastienrobert

I was working out to integrate video textures, but i left it incomplete because of the limitation of react native being single threaded!

fullstackcoder avatar Apr 11 '20 15:04 fullstackcoder

how can I implement the AR with expo? But it should be worked for Android and iOS both.

alchemist0404 avatar Apr 11 '21 19:04 alchemist0404

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.

bastienrobert avatar Apr 11 '21 20:04 bastienrobert

I am so new to gl-expo. I need to apply filters on the expo-av Video. Any advice?

zahrafalah avatar Feb 09 '23 17:02 zahrafalah