mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-05-28 17:11:20 +02:00
feat: add support for MCP service and CLI subcommands
Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
2
video.go
2
video.go
@@ -24,7 +24,7 @@ type VideoInputState struct {
|
||||
Error string `json:"error,omitempty"` //no_signal, no_lock, out_of_range
|
||||
Width int `json:"width"`
|
||||
Height int `json:"height"`
|
||||
FramePerSecond float64 `json:"fps"`
|
||||
FramePerSecond float64 `json:"frame_per_second"`
|
||||
}
|
||||
|
||||
var lastVideoState VideoInputState
|
||||
|
||||
Reference in New Issue
Block a user