- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In Unity realsense wrapper, I do not find an option to change the depth and color resolution and FPS. Could someone please point me towards how this can be done in Unity ?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can set up an 'RsDevice' component inside an object in a Unity project that contains these settings in the Inspector under the 'Live' option tab.
The Unity RealSense wrapper has some pre-made example scenes. You can also set up your own RealSense stream management object with the relevant SDK wrapper scripts inside.
In my own project I have an Empty GameObject I have named RsDevice, with 'RsDevice' and 'RsDeviceInspector' components. Attached to this object are Empty Child objects (one for each of the number of Profiles that I defined in 'RsDevice'), and these child object contain an 'RsStreamTextureRenderer' component.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page