Excuse me I want ask something about webcam, 1 I have webcam where it come like camera application. Then I want when I click shoot button the picture save at my another plane. How I can load the texture at my webcam plane to other plane ?? So it be like this :
- I have plane where it come the live camera mCamera.Play()
- Then if I click the shoot button, I pause the camera with mCamera.Pause(). So I catch the picture at camera pause
- How I can load the texture at my 1 plane which shows the camera pause picture to other plane, let’s call it plane2
Thanks.