Fields
str
required
Which camera to open, as the
by-path name from
python -m videosdk_teleop.devices. Names differ per
machine, so read yours off that listing.str
What to call it:
wrist, front, left. The dataset uses this name, as
observation.images.<label>.int
default:"640"
Capture width in pixels.
int
default:"480"
Capture height in pixels.
int
default:"30"
Capture rate. Frames are captured at this rate whatever the observation rate
is, and the one nearest each observation is the one recorded.
str
default:"mjpeg"
Capture format.
Finding a camera
by-path name, which is the
handle to put in your config.
Related
Follower
Where cameras are passed, and everything else in its constructor.
Observation
How a frame is paired with the joints from the same instant.