Open lida2003 opened 6 months ago
Rpanion Video settings is simple and easy to use (resolution, bitrate, rotation, fps, etc).
Currently, I'm facing noise pixelation. I hope there are more advanced settings opened to public, such as:
Note: Any debug settings or backdoor for tuning is well appreciated.
Lowering ISO:
raspivid -o video.h264 -w 1280 -h 720 -fps 30 -ISO 100
Increasing Shutter Speed:
raspivid -o video.h264 -w 1280 -h 720 -fps 30 -ss 10000
-ss
Increasing Bitrate:
raspivid -o video.h264 -w 1280 -h 720 -fps 30 -b 5000000
-b
Adjusting Exposure Mode:
raspivid -o video.h264 -w 1280 -h 720 -fps 30 -ex sports
-ex
sports
Combining these settings into one command:
raspivid -o video.h264 -w 1280 -h 720 -fps 30 -ISO 100 -ss 10000 -b 5000000 -ex sports
When takeoff, the video image is NOT good.
https://www.youtube.com/watch?v=9-dx-JjKZ1M
And it's on the Rover also
https://www.youtube.com/watch?v=Q-lAwk4nHVo
Rpanion Video settings is simple and easy to use (resolution, bitrate, rotation, fps, etc).
Currently, I'm facing noise pixelation. I hope there are more advanced settings opened to public, such as:
Note: Any debug settings or backdoor for tuning is well appreciated.
Lowering ISO:
Increasing Shutter Speed:
-ss
is the shutter speed in microseconds. Shorter shutter speeds reduce motion blur.Increasing Bitrate:
-b
is the bitrate in bits per second. Higher bitrates reduce compression artifacts.Adjusting Exposure Mode:
-ex
sets the exposure mode. Thesports
mode is useful for capturing fast-moving subjects.Combining these settings into one command:
When takeoff, the video image is NOT good.
https://www.youtube.com/watch?v=9-dx-JjKZ1M
And it's on the Rover also
https://www.youtube.com/watch?v=Q-lAwk4nHVo