mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
NDI Working
This commit is contained in:
22
addons/godot-ndi/demo/VideoInput.tscn
Normal file
22
addons/godot-ndi/demo/VideoInput.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://byblss3lhwvqm"]
|
||||
|
||||
[sub_resource type="VideoStreamNDI" id="VideoStreamNDI_lv7vm"]
|
||||
|
||||
[node name="Canvas" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
stream = SubResource("VideoStreamNDI_lv7vm")
|
||||
autoplay = true
|
||||
expand = true
|
||||
Reference in New Issue
Block a user