Update fc_block_decode.py image_file as string

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent 2f3eab73a8
commit 9de07e6566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -64,7 +64,7 @@ if __name__ == "__main__":
# try:
filename = "image_file" + str(image_count) + "." + str(image_index) + ".jpeg"
# system("/home/pi/ssdv/ssdv -d -J image_file " + filename)
process = subprocess.run(["/home/pi/ssdv/ssdv","-d","-J", image_file, filename], text=True)
process = subprocess.run(["/home/pi/ssdv/ssdv","-d","-J", "image_file", filename], text=True)
print("\n\n RESULT: \n")
print(process)
system("sudo cp " + filename + " /home/pi/CubeSatSim/groundstation/public_html/image_file.jpeg")

Loading…
Cancel
Save

Powered by TurnKey Linux.