diff options
author | gennyble <gen@nyble.dev> | 2023-06-08 17:56:26 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-06-08 17:56:26 -0500 |
commit | 6dce5cea307301ba96264fe1437c1f7fdd91d6a8 (patch) | |
tree | 4a0c7d5c2034e5a1708f06c4f58db3a2acc01a7c /NOTES.md | |
parent | aec3f2c27e228155bed768f9490a724de1f9bda3 (diff) | |
download | lri-rs-6dce5cea307301ba96264fe1437c1f7fdd91d6a8.tar.gz lri-rs-6dce5cea307301ba96264fe1437c1f7fdd91d6a8.zip |
AHHHHHHHH PROTOBUF PARSING
Diffstat (limited to 'NOTES.md')
-rw-r--r-- | NOTES.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/NOTES.md b/NOTES.md index 868a3f3..0fde302 100644 --- a/NOTES.md +++ b/NOTES.md @@ -71,4 +71,14 @@ tired, need sleep, bullet point for now. - it appears to be 14bpp packed *(for wall.lri at least)*. the `camera_module.proto` has this as one of the raw options. we should make it a priority to find and parse this. - yay -[se-dev]: https://github.com/LAK132/SourceExplorer/tree/dev \ No newline at end of file +[se-dev]: https://github.com/LAK132/SourceExplorer/tree/dev + +# lak's really good at things +## 2023-06-08 09:02 CST +I'm on a break from work, lol. + +While I was asleep, lak worked for like seven hours! lak improved SourceExplorer while unpacking the data and it's very cool. +For `wall.lri` and in the 2nd bit of sensor data *(block index 3; the third block)*, the data is likely from the AR1335. lak +was able to get a debayered, but not colour correct, image reading it as RAW_10BIT_PACKED in the BGGR arrangement. + +lak was able to get a usuable image with a width of 2080 in source explorer, but says "also it's croped in to 4160 4208". noteably 4160 is 2 * 2080, so I don't know? curious. |