Module capture

Module capture 

Source
Expand description

Parser for BMP screen capture files.

The TH-D75 saves screenshots as standard BMP bitmap files. Per User Manual Chapter 19 and Operating Tips §5.14:

  • Format: 240x180 pixels, 24-bit RGB (uncompressed).
  • Files are stored in /KENWOOD/TH-D75/CAPTURE/*.bmp.
  • Maximum 255 files per directory.

§Location

/KENWOOD/TH-D75/CAPTURE/*.bmp

§Details

This parser validates the BMP and DIB headers, verifies the dimensions and bit depth match the TH-D75 display, and extracts the raw BGR pixel data. BMP files store rows bottom-up by default.

Structs§

ScreenCapture
A parsed TH-D75 screen capture.

Functions§

parse
Parse a BMP screen capture file from raw bytes.