-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quality settings are wrong #89
Comments
I have little idea what the Quality settings actually mean, I suspect the answer is buried in the Expressif documentation or some Youtube channel. |
fixed by: 13f193d |
Yes. It says that because it is correct. The setting is 'Quality' and lower numbers are better quality. I think it's clear enough but might add a note that 'better' requires more network bandwidth. The range of values is dictated by ESP (see here) and practicality. Values above 63 are not allowed, values below 10 provide no additional benefit. You can see this yourself by sending other values using the API and looking at the framesizes in the serial debug log; what I saw at a resolution of 800x600 was that at quality 63 the frames are only 6k in size, at quality 30 they are 12k, at quality 10 it is 22k, quality 1 was a whopping 210k per frame and quality 0 things stopped working. Values above 63 were ignored. I'm not going to change the current range, if you want values below 10 please use the API. |
Ok, may be I was not clear enough. Currently 63 on the left is giving lower quality but is faster. Still not sure what 63 (lower quality) and 10 (higher quality) exactly mean in this context. As the line titel is quality, I would suggest just to replace the values with +/-. This would be much mure user friendly, The mouse over I would rename to 'Lower is faster'. Better is misleading in this context. |
I'd already made a change to the mouseover text (since I'm going to have to do a quick 3.1.1 anyway (#106), sigh) |
Resolved for now by #109 |
Quality settings are wrong.
For all settings the lower settings are on the left and higher settings are on the right.
For Quality the better quality is on the left and lower quality is on the right.
This should be changed?
Also what is the meaning of 10 and 63?
The text was updated successfully, but these errors were encountered: