reachy_sdk.camera
¶
Camera Reachy module.
This module lets you access always up-to-date image from the camera. The synchronisation is done in background and only started when you need it.
- class reachy_sdk.camera.Camera(side, stub)¶
The camera class.
- Parameters:
side (str) –
stub (CameraServiceStub) –
- property focus¶
Get focus value.
- start_autofocus()¶
Start autofocus.
- stop_autofocus()¶
Stop autofocus.
- property zoom¶
Get zoom value.
- class reachy_sdk.camera.ZoomLevel(value)¶
The zoom level options.