Notice
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- GPS
- Handelr
- 그래들
- 유니티
- ListvView
- 조이스틱
- Android
- 레이아웃
- DP
- gradle
- layout
- Unity
- Round Square
- 리스트뷰
- GlobalComponent
- Ext
- WebCamTexture
- UI
- spinner
- webcam
- camera
- bottom
- 스피너
- 안드로이드
Archives
- Today
- Total
목록WebCamTexture (1)
JY-Dev Tech Blog
유니티(Unity) - Android Device Camera (Webcamtexture) 설정방법
[OverView] 이번에는 유니티 안드로이드 카메라를 불러와 webcamtexture를 이용해 RawImage에 보여주도록 하겠습니다. WebCamDevice frontCameraDevice; WebCamDevice backCameraDevice; WebCamDevice activeCameraDevice; WebCamTexture frontCameraTexture; WebCamTexture backCameraTexture; WebCamTexture activeCameraTexture; 6개의 변수를 이용해 android에 카메라디바이스와 Texture를 가져올수있습니다. 위 3개의 디바이스 변수는 현재 사용하는 디바이스의 정보를 가지고 있는 변수입니다. 아래 3개의 Texture 변수는 현재 사용하고 ..
유니티
2020. 7. 28. 15:17