Skip to content

Commit 925518b

Browse files
kannan-xiao4karasusan
authored andcommitted
update document about camera stremer compornent (#433)
1 parent 248db6b commit 925518b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

com.unity.renderstreaming/Documentation~/components.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,19 @@
3030

3131
This component streams the `Camera` component's camera rendering results. Uses `Target Texture` to store the rendering results.
3232

33+
> [!NOTE]
34+
> You can attach the `Target Texture` to the `Camera` component.
35+
> If `Target Texture` is attached on Camera, use that `Render Texture` setting first.
36+
3337
![Camera Streamer inspector](images/camerastreamer_inspector.png)
3438

3539
### Properties
3640

3741
| Parameter | Description | Default |
3842
| ---------------------------- | ------------------------------------------------------------------- | ------------------------------- |
3943
| **Streaming Size** | Size of the frame buffer used for streaming | 1280, 720 |
44+
| **Anti-aliasing** | The antialiasing level for the RenderTexture | None |
45+
| **Depth Buffer** | The precision of the render texture's depth buffer in bits | No depth buffer |
4046

4147
## `WebCamStreamer`
4248

17.3 KB
Loading

0 commit comments

Comments
 (0)