forked from tangger/lerobot
docs(cameras): update arg in class doc
This commit is contained in:
@@ -64,10 +64,6 @@ class OpenCVCamera(Camera):
|
||||
The camera's default settings (FPS, resolution, color mode) are used unless
|
||||
overridden in the configuration.
|
||||
|
||||
Args:
|
||||
config (OpenCVCameraConfig): Configuration object containing settings like
|
||||
camera index/path, desired FPS, width, height, color mode, and rotation.
|
||||
|
||||
Example:
|
||||
```python
|
||||
from lerobot.common.cameras.opencv import OpenCVCamera
|
||||
|
||||
@@ -60,11 +60,6 @@ class RealSenseCamera(Camera):
|
||||
The camera's default settings (FPS, resolution, color mode) from the stream
|
||||
profile are used unless overridden in the configuration.
|
||||
|
||||
Args:
|
||||
config (RealSenseCameraConfig): Configuration object containing settings like
|
||||
serial number or name, desired FPS, width, height, color mode, rotation,
|
||||
and whether to capture depth.
|
||||
|
||||
Example:
|
||||
```python
|
||||
from lerobot.common.cameras.realsense import RealSenseCamera, RealSenseCameraConfig
|
||||
|
||||
Reference in New Issue
Block a user