diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-11 15:48:26 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-11 15:48:26 +0200 |
commit | 1ebd2c09f56ea53befc6924b2e3c5137d3aff1a0 (patch) | |
tree | 32c5bbf8689e4a1d2748d35095092d217d5a4561 /utils/ipu3 | |
parent | 0d96f3e2322c5eecdd99bf134a2d80429836b778 (diff) |
utils: ipu3: process: Fix typo in output files path
A typo in the output files path causes the script to attempt to write
all captured frames to /. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'utils/ipu3')
-rwxr-xr-x | utils/ipu3/ipu3-process.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ipu3/ipu3-process.sh b/utils/ipu3/ipu3-process.sh index 78a7937f..0d1df943 100755 --- a/utils/ipu3/ipu3-process.sh +++ b/utils/ipu3/ipu3-process.sh @@ -52,7 +52,7 @@ process_frames() { # Save the main and viewfinder outputs to disk, capture and drop 3A # statistics. Sleep 500ms between each execution of yavta to keep the # stdout messages readable. - $yavta -f $IMGU_OUT_PIXELFORMAT -s $out_size "-F$ouput_dir/frame-out-#.bin" \ + $yavta -f $IMGU_OUT_PIXELFORMAT -s $out_size "-F$output_dir/frame-out-#.bin" \ $($mediactl -e "ipu3-imgu 0 output") & sleep 0.5 $yavta -f $IMGU_VF_PIXELFORMAT -s $vf_size "-F$output_dir/frame-vf-#.bin" \ |