Skip to content

Commit

Permalink
PR #12842 from GAFMONKEY: Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Apr 9, 2024
2 parents 3a73853 + 2557f8e commit 3c910ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/unity/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Once the device is streaming, Unity Inspector will show the device's sensors and

##### Texture Streams

Under the `RsDeivce` object in Unity's Hierarchy view, you can find a number of textures that are binded to a 'RsFrameProvider' (RsDevice or RsProcessingPipe) frame callbacks and allow a texture to be updated upon frame arrival.
Under the `RsDevice` object in Unity's Hierarchy view, you can find a number of textures that are binded to a 'RsFrameProvider' (RsDevice or RsProcessingPipe) frame callbacks and allow a texture to be updated upon frame arrival.
Each texture stream is associated with the `RealSenseStreamTexture` script which allows user to bind their textures so that they will be updated with each new frame. The following screenshot displays the configurations available for users when using a texture stream:

![textures](https://user-images.githubusercontent.com/18511514/55073767-3de1c200-5097-11e9-9f6e-60df2cd036ba.PNG)
Expand Down

0 comments on commit 3c910ca

Please sign in to comment.