VideoFeed constructor
- required CameraName name,
- required int index,
Displays a video feed for the given camera.
Implementation
const VideoFeed({required this.name, required this.index});
Displays a video feed for the given camera.
const VideoFeed({required this.name, required this.index});