diff options
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. |