I want to investigate the possibility of generating QR codes that are easier to read than the current standard 25 Char QR code. The purpose it to extract the QR code from lower resolution video feeds. I realize I will have to sacrifice either size of the code (bigger pixel = easier to read), or reduce the bit count of the code (more pixels per bit). Or a mix of both.
Before I delve into http://pyqrcode.sourceforge.net/ and learn it enough to experiment, I wanted to know if there is already examples of 8~10 character QR code generators. Or if something about the design of QR codes diminishes the robustness below the current minimum (25 chars) such that I would gain minimal robustness at the expense of bit density.
[edit] I misunderstood the character limitations. Ignore the part where I mention the 25 character limit. Instead, refer to Ver1 as being the current lower end limit on complexity.

