yair re yair
  • Joined on 2023-02-26
yair pushed to main at tami/thermalcam_decoder 2024-02-19 21:53:29 +02:00
2347158093 add command line options and temperature calibration
faccc3d20b add clap dep
Compare 2 commits »
yair pushed to main at tami/thermalcam_decoder 2024-02-17 17:23:04 +02:00
4bdd3a8411 git ignore .env
yair pushed to main at tami/thermalcam_decoder 2024-02-17 17:21:24 +02:00
34931f9362 add .env.example
yair pushed to main at tami/thermalcam_decoder 2024-02-17 17:21:07 +02:00
6bcc541c86 working v4l2 in rust, swapping bytes
e74fa87103 fourcc wip
0ff8d2b1fb v4l by rust process, still sudo, endianess reversed
a917f75ce0 avoid reallocating the frame, just use a static buffer
49f9aa98ed remove indicatif, add dotenv, write to stdout, gst to v4lsink, usable with ffplay, still some hiccups, not cpu related
Compare 6 commits »
yair pushed to main at tami/thermalcam_decoder 2024-02-16 15:56:49 +02:00
bba0e3a093 rename and include comment in live playback utilty
yair pushed to main at tami/thermalcam_decoder 2024-02-16 00:42:28 +02:00
fe440960f4 adding deps to make standalone video app
yair pushed to main at tami/thermalcam_decoder 2024-02-16 00:42:04 +02:00
4f638cdd64 remove unused import
yair pushed to main at tami/thermalcam_decoder 2024-02-16 00:41:46 +02:00
c29499d9b0 to fifo and gst-launch
yair pushed to main at tami/thermalcam_decoder 2024-02-16 00:08:18 +02:00
acf9b2c4c4 rust implementation, fast enough it looks
d661bf27ae rewrite to use scapy.all.sniff callback parameter, better, still sucks
679a87bf45 stop writing to udp.bytes
d9cb5986ee live working with image
fccc2ba2e5 almost live, but horrible hack for stream capture, and not live ffmpeg, just live save of images
Compare 9 commits »
yair pushed to main at tami/thermalcam_decoder 2024-01-07 02:03:59 +02:00
82d11e868f Merge branch 'main' of git.telavivmakers.space:tami/thermalcam_decoder
85bda0fa27 replay file
Compare 2 commits »
yair pushed to main at tami/thermalcam_decoder 2023-12-31 20:25:54 +02:00
0ec9d70cd6 add c to temp value
yair pushed to main at tami/thermalcam_decoder 2023-12-31 18:58:33 +02:00
1e59c59aca merge pixel view to show 16bit and calibrated resaults. 50frame step, allow to save frame
yair pushed to main at tami/thermalcam_decoder 2023-12-31 18:56:56 +02:00
787bdfe5f7 merge pixel view to show 16bit and calibrated resaults. allow to save frame
yair pushed to main at tami/thermalcam_decoder 2023-12-29 02:26:28 +02:00
e15ec35ddd viewer
yair pushed to main at tami/thermalcam_decoder 2023-12-26 16:35:38 +02:00
e1d688da6e clean and comment
yair pushed to main at tami/thermalcam_decoder 2023-12-26 15:42:54 +02:00
5290f60500 new video
f56d82487d libx264 and rotate the video
e7ab3b6c80 format
Compare 3 commits »
yair pushed to main at tami/thermalcam_decoder 2023-12-26 00:57:41 +02:00
eaf7294d06 Update 'readme.md'
yair pushed to main at tami/thermalcam_decoder 2023-12-26 00:06:57 +02:00
fda57e916c read
yair created branch main in tami/thermalcam_decoder 2023-12-25 23:59:19 +02:00
yair pushed to main at tami/thermalcam_decoder 2023-12-25 23:59:19 +02:00
d86d488ab1 decoder
f5774f9214 initial