OSC updates and video resolution fixes
This commit is contained in:
@@ -29,8 +29,9 @@ export function StatusPanels({ app, performance, runtime, video }) {
|
||||
<KvList
|
||||
values={[
|
||||
["Signal", video.hasSignal ? "Present" : "Missing"],
|
||||
["Mode", video.modeName || "Unknown"],
|
||||
["Resolution", `${video.width || 0} x ${video.height || 0}`],
|
||||
["Input Mode", video.modeName || "Unknown"],
|
||||
["Input Resolution", `${video.width || 0} x ${video.height || 0}`],
|
||||
["Output Mode", `${app.outputVideoFormat || "Unknown"}${app.outputFrameRate ? ` ${app.outputFrameRate}` : ""}`],
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user