pub const FRAME_MAGIC: u16 = 0x4746;
Magic bytes identifying a GenICam frame header. Little-endian encoding of 0x4746 -> bytes [0x46, 0x47].
0x4746
[0x46, 0x47]