This website requires JavaScript.
b1a7baae19
bug fix
main
devdesk
2024-02-23 02:12:30 +0200
c993f74511
hertz inverted
devdesk
2024-02-23 02:10:49 +0200
39551f3794
web can update pulse
devdesk
2024-02-23 01:54:56 +0200
bfaa0eca2f
pulse threshold
devdesk
2024-02-23 01:48:11 +0200
373b17d8a5
web interface
devdesk
2024-02-23 01:38:32 +0200
ca742aa204
add hsv to rgb, not better looking
devdesk
2024-02-22 23:08:30 +0200
831322e44a
initial example axum, streamer runs in thread
devdesk
2024-02-20 23:29:33 +0200
24b65a8ee5
turn into an executable instead of a library
devdesk
2024-02-20 21:23:26 +0200
005292adfc
tweaking the color
devdesk
2024-02-20 21:02:14 +0200
a512e710fa
correct for both 4 bytes per pixel and 2 bytes
devdesk
2024-02-19 22:38:58 +0200
e43f8b0efb
correct for rotation and axes for greyscale
devdesk
2024-02-19 22:31:07 +0200
2ba4528c1d
rgb for cutoff temperature
devdesk
2024-02-19 22:26:25 +0200
0af76ed532
add cutoff grayscale
devdesk
2024-02-19 22:02:27 +0200
2347158093
add command line options and temperature calibration
devdesk
2024-02-19 21:53:25 +0200
faccc3d20b
add clap dep
devdesk
2024-02-19 21:52:49 +0200
4bdd3a8411
git ignore .env
devdesk
2024-02-17 17:23:02 +0200
34931f9362
add .env.example
devdesk
2024-02-17 17:21:22 +0200
6bcc541c86
working v4l2 in rust, swapping bytes
devdesk
2024-02-17 17:21:01 +0200
e74fa87103
fourcc wip
devdesk
2024-02-17 16:59:29 +0200
0ff8d2b1fb
v4l by rust process, still sudo, endianess reversed
devdesk
2024-02-17 16:55:53 +0200
a917f75ce0
avoid reallocating the frame, just use a static buffer
devdesk
2024-02-17 15:56:05 +0200
49f9aa98ed
remove indicatif, add dotenv, write to stdout, gst to v4lsink, usable with ffplay, still some hiccups, not cpu related
devdesk
2024-02-17 15:43:20 +0200
5acd03828d
start.sh sets mtu and sends the start packet
devdesk
2024-02-17 15:31:29 +0200
bba0e3a093
rename and include comment in live playback utilty
devdesk
2024-02-16 15:56:45 +0200
fe440960f4
adding deps to make standalone video app
devdesk
2024-02-16 00:42:24 +0200
4f638cdd64
remove unused import
devdesk
2024-02-16 00:42:01 +0200
c29499d9b0
to fifo and gst-launch
devdesk
2024-02-16 00:41:39 +0200
acf9b2c4c4
rust implementation, fast enough it looks
devdesk
2024-02-15 23:24:22 +0200
d661bf27ae
rewrite to use scapy.all.sniff callback parameter, better, still sucks
devdesk
2024-02-15 20:56:18 +0200
679a87bf45
stop writing to udp.bytes
devdesk
2024-02-15 20:23:51 +0200
d9cb5986ee
live working with image
devdesk
2024-02-15 00:30:29 +0200
fccc2ba2e5
almost live, but horrible hack for stream capture, and not live ffmpeg, just live save of images
devdesk
2024-02-15 00:27:48 +0200
17c7d0e555
almost live, but horrible hack for stream capture, and not live ffmpeg, just live save of images
devdesk
2024-02-15 00:26:10 +0200
7d75ad7596
README: fix wiki link
devdesk
2024-02-14 21:33:40 +0200
45ec502eca
add a rust replay example, packet has identical data, src port, dest port, dest address
devdesk
2024-01-19 23:39:20 +0200
fa5a16a8ea
try to run a dhcp server
devdesk
2024-01-19 23:31:26 +0200
82d11e868f
Merge branch 'main' of git.telavivmakers.space:tami/thermalcam_decoder
devdesk
2024-01-07 02:03:45 +0200
85bda0fa27
replay file
devdesk
2024-01-07 02:02:52 +0200
0ec9d70cd6
add c to temp value
yair
2023-12-31 20:25:51 +0200
1e59c59aca
merge pixel view to show 16bit and calibrated resaults. 50frame step, allow to save frame
yair
2023-12-31 18:58:30 +0200
787bdfe5f7
merge pixel view to show 16bit and calibrated resaults. allow to save frame
yair
2023-12-31 18:56:49 +0200
d6c5058f2e
add rustdecode.sh
Alon Levy
2023-12-31 14:18:30 +0200
3ea0c74e7f
rust: create target dir, use frames/basename as decode.py
Alon Levy
2023-12-31 14:17:03 +0200
862a48131e
use std::fs::OpenOptions instead of File hoping that it behaves differently under windows?
Alon Levy
2023-12-31 13:47:05 +0200
6725a9af63
decode.py: rewrite to use iterators
Alon Levy
2023-12-31 13:40:47 +0200
312637fa72
add missing test2.py
Alon Levy
2023-12-31 11:30:54 +0200
6af9b21be1
use 5 digits since we have a 5G file with 46372 frames
Alon Levy
2023-12-31 01:25:08 +0200
5f5834835c
rust version iterator based, 3.5 MB memory turning 5 GB frames to files on disk, 10MiB/second
Alon Levy
2023-12-31 01:20:44 +0200
ade93550ad
do not consume iterator
Alon Levy
2023-12-31 00:20:56 +0200
9b2f8d9377
move rust to root, make a separate main example, start using iterator
Alon Levy
2023-12-31 00:19:24 +0200
44849f5b66
correct rust temperature code
Alon Levy
2023-12-29 17:33:10 +0200
0554eaaafd
cvview: add c char as calibration
Alon Levy
2023-12-29 17:30:40 +0200
056bb2f96c
rust example working, clean up
Alon Levy
2023-12-29 17:06:22 +0200
a612d4f7d7
add rust usage example
Alon Levy
2023-12-29 17:05:44 +0200
ce6fa022f9
requirements: add maturin
Alon Levy
2023-12-29 17:03:54 +0200
18c952f94d
pyo3 package
Alon Levy
2023-12-29 17:01:58 +0200
b7714ca957
ignore images
Alon Levy
2023-12-29 17:01:49 +0200
57a2c3197e
try to do temperature change, wrongly
Alon Levy
2023-12-29 08:24:14 +0200
fe56b9f346
feature parity with python
Alon Levy
2023-12-29 02:37:50 +0200
45dfbd6d66
gets frames
Alon Levy
2023-12-29 02:22:07 +0200
68757371a0
parses all packets, pretty fast
Alon Levy
2023-12-29 01:28:53 +0200
2e4e7c7c07
parses all packets, forgot to account for partial
Alon Levy
2023-12-29 01:20:06 +0200
1716ed1924
pcap-parser 91 packets ??
Alon Levy
2023-12-29 01:15:52 +0200
e15ec35ddd
viewer
yair-mantis
2023-12-29 02:26:24 +0200
e1d688da6e
clean and comment
yair-mantis
2023-12-26 16:35:32 +0200
5290f60500
new video
yair-mantis
2023-12-26 15:39:22 +0200
f56d82487d
libx264 and rotate the video
yair-mantis
2023-12-26 15:38:54 +0200
e7ab3b6c80
format
yair-mantis
2023-12-26 15:34:22 +0200
eaf7294d06
Update 'readme.md'
yair
2023-12-26 00:57:40 +0200
fda57e916c
read
devdesk
2023-12-26 00:06:38 +0200
d86d488ab1
decoder
devdesk
2023-12-25 23:55:12 +0200
f5774f9214
initial
devdesk
2023-12-25 23:09:03 +0200