This commit is contained in:
devdesk 2023-12-25 23:55:12 +02:00
parent f5774f9214
commit d86d488ab1
5 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/venv

View File

@ -99,5 +99,5 @@ assert list(equations)[0] == 'T=(-1.665884e-08)*X^4+(1.347094e-05)*X^3+(-4.39626
assert df.shape[0] == 6372
# produce a video
system('ffmpeg -f image2 -framerate 25 -i %04d.png -s 288x384 thermal.avi')
print('to play: ffplay thermal.avi')
system('ffmpeg -f image2 -framerate 25 -i %04d.png -s 288x384 thermal.mp4')
print('to play: ffplay thermal.mp4')

BIN
in.pcap Normal file

Binary file not shown.

BIN
thermal.avi Normal file

Binary file not shown.

BIN
thermal.mp4 Normal file

Binary file not shown.