Hi,
This subject was probably discussed in the past but I still struggle with it.
I would like to used FFMPEG to capture a single frame (either debayered or non debayered) with a predefined exposure setting (e.g., 5 sec).
I tried several variation of:
ffmpeg -f dshow -t 5 -s 1280x960 -pix_fmt rgb8 -i video="ASI120MC Camera (ZWO Design)" -vframes 1 test.tif
but always get unusable results.
Where do I go wrong?