[PATCH 2/2] gmsl-yavta: Save output frames to .ppm files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The script produces the PPM variant of PNM, the correct file extension
is .ppm.

Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>
---
 gmsl-yavta.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gmsl-yavta.sh b/gmsl-yavta.sh
index a123bf52a16d..0ec0560441d8 100755
--- a/gmsl-yavta.sh
+++ b/gmsl-yavta.sh
@@ -83,5 +83,5 @@ wait
 
 for f in $out/*bin; do
     name=$(basename $f .bin)
-    raw2rgbpnm -f YUYV -s 1280x800 $out/$name.bin $out/$name.pnm
+    raw2rgbpnm -f YUYV -s 1280x800 $out/$name.bin $out/$name.ppm
 done
-- 
Regards,

Laurent Pinchart




[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux