VideoThumbnail
Last updated
Last updated
VideoThumbnail
widget in Supervisely is a widget that allows to display a thumbnail image that represents specific video. It is a useful widget for applications that work with videos, allowing users to have quick access to this video, so that when the user clicks on the thumbnail, the link will take him to this video.
NamedTuple
, containing information about video project.
type: VideoInfo
default value: None
ID of the widget.
type: str
default value: None
You can find this example in our Github repository:
ui-widgets-demos/thumbnail/003_video_thumbnail/src/main.py
First, we load environment variables with credentials and init API for communicating with Supervisely Instance:
VideoThumbnail
widgetPrepare a layout for app using Card
widget with the content
parameter and place widget that we've just created in the Container
widget.
Create an app object with layout parameter.
Parameters | Type | Description |
---|---|---|
Attributes and Methods | Description |
---|---|
info
VideoInfo
NamedTuple
, containing information about video project
widget_id
str
ID of the widget
set_video(info: VideoInfo)
Set input video project data by video project info.
set_video_id(id: int)
Set input video project data by video project id.