diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 61aba0b3..660c8b4f 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -61,7 +61,9 @@ if __name__ == "__main__": print("File error") else: print("End of image") - system("sudo mv image_file image_file" + str(image_count)) +# system("sudo mv image_file image_file" + str(image_count)) + system("home/pi/ssdv/ssdv -d -J image_file image_file" + str(image_count) + ".jpeg") + system("sudo rm image_file") print("Image count: ") print(image_count) image_count = (image_count + 1) % 256