Update README.md
This commit is contained in:
parent
6562ce0712
commit
b396f60fc3
1 changed files with 4 additions and 3 deletions
|
|
@ -33,9 +33,9 @@ Not all camera and lens combinations are supported by the API (Some cameras have
|
||||||
The app polls data from the camera every ten seconds (you'll see "Refreshing..." in the corner). When you change a setting in the browser, it relays that to the camera and verifies the change. If you make a change that reverts after a few seconds, that means the camera rejected it. The page can be manually refreshed with the button in the bottom left corner.
|
The app polls data from the camera every ten seconds (you'll see "Refreshing..." in the corner). When you change a setting in the browser, it relays that to the camera and verifies the change. If you make a change that reverts after a few seconds, that means the camera rejected it. The page can be manually refreshed with the button in the bottom left corner.
|
||||||
|
|
||||||
### Arrows, Buttons, and Text Boxes
|
### Arrows, Buttons, and Text Boxes
|
||||||
Many controls work both with sliders/buttons, but if you want to enter a specific value then click on the number and enter the value manually.
|
Many controls work with sliders/buttons, but if you want to enter a specific value then click on the number and enter the value manually.
|
||||||
<br>
|
<br>
|
||||||
(Sometimes this might take a couple of tries).
|
(Sometimes this might take a couple of tries. I'm working on it.)
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### Media Management
|
### Media Management
|
||||||
|
|
@ -74,6 +74,7 @@ If any of this information is incorrect, please let me know in the Issues sectio
|
||||||
## Known Issues
|
## Known Issues
|
||||||
- Page responsiveness
|
- Page responsiveness
|
||||||
- Editable spans are hard to use
|
- Editable spans are hard to use
|
||||||
|
- Default slider elements look bad
|
||||||
|
|
||||||
## Unknown Issues
|
## Unknown Issues
|
||||||
Please report issues to the repo's issue tracker so I can fix them!
|
Please report issues to the repo's issue tracker so I can fix them!
|
||||||
|
|
@ -86,4 +87,4 @@ If you're having trouble and don't know why, check the browser console.
|
||||||
- Add audio settings
|
- Add audio settings
|
||||||
- Add codec/format switching settings
|
- Add codec/format switching settings
|
||||||
- Improve responsiveness
|
- Improve responsiveness
|
||||||
- Improve error handling
|
- Improve error handling
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue