File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ The script `Install.bat` registers just a single capture device usable for captu
2727capture multiple cameras simultaneously you can instead run the ` InstallMultipleDevices.bat ` script which prompts for a
2828number of capture devices you wish to register.
2929
30+
3031## Test in Unity
3132
3233Open the included UnityCaptureSample project in Unity, load the scene 'UnityCaptureExample' and hit play.
@@ -51,6 +52,9 @@ with your desired capture output resolution.
5152If you want to capture multiple cameras simultaneously you can refer to the 'UnityCaptureMultiCam' scene
5253and the 'MultiCam' script used by it.
5354
55+ If you want to capture a custom texture (generated texture, a video, another webcam feed or a static image) you
56+ can refer to the 'UnityCaptureTextureExample' scene and the 'CaptureTexture' script used by it.
57+
5458### Settings
5559
5660There are a few settings for the 'Unity Capture' behavior.
You can’t perform that action at this time.
0 commit comments