Skip to content

Tool for finding 16 bit counter in raw image frame captured by frame grabber

License

Notifications You must be signed in to change notification settings

akandr/counter_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This tool is designed to efficiently locate and analyze 16-bit counters embedded within the headers of raw image frames. It uniquely addresses the challenge posed by potential padding bytes that might separate parts of the counter, ensuring accurate detection even when counters are not continuously aligned.

Features

  • Counter Detection: Identifies 16-bit counters within specified byte ranges of raw image frame headers.
  • Padding Byte Consideration: Capable of detecting counters that are separated by a padding byte, accommodating non-standard counter configurations.
  • Concurrency: Utilizes multithreading to enhance performance, enabling faster processing of multiple image frames.
  • Endianness Support: Supports both little-endian and big-endian byte orders to cater to different image formats.
  • Incremental Analysis: Compares counters across consecutive frames to find incrementing sequences, useful in determining frame order or integrity.

About

Tool for finding 16 bit counter in raw image frame captured by frame grabber

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages