realsense library
Classes
- BurtRsConfig
- LibRealSenseBindings
- Bindings for the RealSense SDK.
- NativeFrames
- NativeRealSense
- A fake ("opaque") C-friendly struct that we'll use a pointer to. This pointer will actually represent the RealSense class in C++
- RealSenseInterface
- An interface for reading the RealSense camera.
Enums
Extensions
-
NativeFramesUtils
on Pointer<
NativeFrames> - Utils on a Pointer to NativeFrames.
Properties
- realsenseLib → LibRealSenseBindings
-
The C bindings generated by
package:ffigen
.final
Typedefs
- Resolution = ({int height, int width})
- The resolution of an image.