Video brightness little dull
Hi,
I recently got my TinyPilot. I have set it up ,but I notice there is a difference in the brightness of the Target host in other monitor. Are there any configurations that can be applied
so the brightness is retained ?
Thanks
Michael Lynch @michael2021-04-27 20:18:34.880ZWhat model TinyPilot are you using?
It's not possible to adjust the brightness on the Voyager.
The Hobbyist kit does support changing the brightness.
To begin, open the
ustreamer.servicefile:nano /lib/systemd/system/ustreamer.serviceYou'll see an
ExecStartline that begins like this:ExecStart=/opt/ustreamer/ustreamer \ --host 127.0.0.1 \ --port 8001 ...At the end of the
ExecStartsection, add the following line and save the file. You can choose different values forbrightnessbetween -128 and 127 (the default is -11).--brightness 30To apply the changes to the video stream, run this command after saving the
ustreamer.servicefile:sudo systemctl daemon-reload && sudo service ustreamer restartYou can try again for different
--brightnesssettings if that doesn't work.Once you find a setting you like, you can save it to settings so that it persists across software updates. Add the following to your
/home/tinypilot/settings.ymlfile:ustreamer_brightness: 30
Michael Lynch @michael2021-04-28 19:12:34.487Z@gdp123 - It looks like you replied by email, but the forum doesn't actually support that yet.
Unfortunately, the Voyager does not support changing brightness settings. It's a higher quality capture, but the hardware offers fewer options for adjusting the video.
Does the Voyager Capture device different than the hobbist kit one ? Also what hardware options to enhance the brightness in the voyager ? Please let me know.
Thanks
Michael Lynch @michael2021-04-29 19:19:02.072ZYes, the Voyager and the Hobbyist kit use different capture devices. The Voyager uses the TC358743 chip, whereas the Hobbyist kits use the MS2109 chip.
There is unfortunately no way I know of to adjust brightness on the Voyager's hardware.