Releases: toinsson/pyrealsense
Releases · toinsson/pyrealsense
2.2
2.1
Major:
- Replace global context with single context per service instance
- Add
Device
factory function tocore.Service
Minor:
- Add
utils.StreamMode
to wrap stream modes - Add
DeviceOptionRange
to wrap device option ranges - Add
core.Device.get_device_option_range_ex
: Mirrors librealsense, returnsDeviceOptionRange
- Add
core.Device.get_device_options
: Mirrors librealsense, returns list of doubles - Add
core.Device.get_available_options
: Usesget_device_option_range_ex
to find all available options and queries their current value efficiently usingget_device_options
- Add
core.Device.set_device_options()
to set multipe options at once, mirrors librealsense