<< return to Pixycam.com

Reading signature number

Hi,

When I used the command pixy.ccc.blocks[i].print() to print, the printout was as follows:

block 0: sig:3 x:114 y:10 width:32 height:10 index:32 age 80

When I used the command pixy.ccc.blocks[i].m_signature, the printout was 0.

Which command I should use if I want to have the printout as 3?

Many thanks
KH

This is not a print command – are you saying that you tried this:

println(pixy.ccc.blocks[i].m_signature)

and it printed out 0 instead of 3? The number that’s printed depends on the value of i and its signature number for the i-th block.

Edward

1 Like