For info, I have used the uCAM TTL to take JPGs of different resolutions and am able to view them on my PC - which means that my software works. However, I cannot set the PACKAGE SIZE to be larger than 64 decimal. If I do, then I still get 64 byte packages. I am using the OV 528 chip.
Any ideas why this would be the case?
I can set different package sizes as long as they don't exceed 64 bytes.
I know that package sizes are meant to be even and not multiples of 16 - which raises another question - Why do the examples in the documentation show SET PACKAGE SIZE commands of 512 bytes, i.e. a multiple of 16. Shouldn't the maximum be stated as 510 if it is not meant to be odd or a multiple of 16?
The following command works for me:-
0xAA, 0x06, 0x08, 0x38, 0x00, 0x00
Any ideas would be much appreciated.
Any ideas why this would be the case?
I can set different package sizes as long as they don't exceed 64 bytes.
I know that package sizes are meant to be even and not multiples of 16 - which raises another question - Why do the examples in the documentation show SET PACKAGE SIZE commands of 512 bytes, i.e. a multiple of 16. Shouldn't the maximum be stated as 510 if it is not meant to be odd or a multiple of 16?
The following command works for me:-
0xAA, 0x06, 0x08, 0x38, 0x00, 0x00
Any ideas would be much appreciated.
Comment