Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions CHECKED.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ Plus new methods have been added in v1.x.
- [ ] setOSD
- [ ] deleteOSD
- [ ] getMediaServiceCapabilities
- [x] getOSDs cam.media2.getOSDs (schema strict)
- [x] getOSDOptions cam.media2.getOSDOptions (videoSourceConfigurationToken -> configurationToken)
- [x] createOSD.media2
- [x] setOSD.media2
- [x] deleteOSD.media2
- [x] getMediaServiceCapabilities.media2
- [x] getPresets
- [x] gotoPreset
- [x] setPreset
Expand Down
2 changes: 1 addition & 1 deletion MEDIA2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- [ ] GetServiceCapabilities {
- [x] GetServiceCapabilities {
- [x] CreateProfile {
- [x] GetProfiles {
- [x] AddConfiguration {}
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/hierarchy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 41 additions & 6 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,22 @@
--dark-hl-5: #9CDCFE;
--light-hl-6: #795E26;
--dark-hl-6: #DCDCAA;
--light-hl-7: #A31515;
--dark-hl-7: #CE9178;
--light-hl-8: #0070C1;
--dark-hl-8: #4FC1FF;
--light-hl-9: #098658;
--dark-hl-9: #B5CEA8;
--light-hl-7: #800000;
--dark-hl-7: #808080;
--light-hl-8: #800000;
--dark-hl-8: #569CD6;
--light-hl-9: #E50000;
--dark-hl-9: #9CDCFE;
--light-hl-10: #0000FF;
--dark-hl-10: #CE9178;
--light-hl-11: #000000;
--dark-hl-11: #C8C8C8;
--light-hl-12: #A31515;
--dark-hl-12: #CE9178;
--light-hl-13: #098658;
--dark-hl-13: #B5CEA8;
--light-hl-14: #0070C1;
--dark-hl-14: #4FC1FF;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -34,6 +44,11 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--hl-14: var(--light-hl-14);
--code-background: var(--light-code-background);
} }

Expand All @@ -48,6 +63,11 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--hl-14: var(--dark-hl-14);
--code-background: var(--dark-code-background);
} }

Expand All @@ -62,6 +82,11 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--hl-14: var(--light-hl-14);
--code-background: var(--light-code-background);
}

Expand All @@ -76,6 +101,11 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--hl-14: var(--dark-hl-14);
--code-background: var(--dark-code-background);
}

Expand All @@ -89,4 +119,9 @@
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
.hl-11 { color: var(--hl-11); }
.hl-12 { color: var(--hl-12); }
.hl-13 { color: var(--hl-13); }
.hl-14 { color: var(--hl-14); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion docs/assets/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

17 changes: 5 additions & 12 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,15 +504,8 @@
body {
background: var(--color-background);
font-family:
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Noto Sans",
Helvetica,
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji";
-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 16px;
color: var(--color-text);
margin: 0;
Expand Down Expand Up @@ -1602,9 +1595,9 @@
.container-main {
grid-template-columns:
minmax(0, 1fr) minmax(0, 2.5fr) minmax(
0,
20rem
);
0,
20rem
);
grid-template-areas: "sidebar content toc";
}

Expand Down
Loading
Loading