Problem with this program..
smoky
Posts: 19
Hi to all experts,
···················· Can anyone guide me with this program? I cant understand this.··················
Basically i have connected the·TTL serial port (Ground,·SX28 Transmit, PC Receive and SX28 Recieve, PC·Transmit·of the camera to the (ground, pin9 and pin7) of the basic stamp respectively.·And i gotten reading from the connection.·My aim is to differentiate black and white with this program. Is it possible to tell black or white with the reading provided via this program?
Can anyone tell me what are all those below means?
Really appreciated all the helps here...
DEBUG "Red Mean ",DEC RCVData(2) ,CR
DEBUG "Green Mean ",DEC RCVData(3) ,CR
DEBUG "Blue Mean ",DEC RCVData(4) ,CR
DEBUG "Red Deviation ",DEC RCVData(5) ,CR
DEBUG "Green Deviation ",DEC RCVData(6) ,CR
DEBUG "Blue Deviation ",DEC RCVData(7) ,CR
DEBUG " ", CR
DEBUG "Middle Mass X ",DEC RCVData(2) ,CR
DEBUG "Middle Mass Y ",DEC RCVData(3) ,CR
DEBUG "Left Corner X ",DEC RCVData(4) ,CR
DEBUG "Left Corner Y ",DEC RCVData(5) ,CR
DEBUG "Right corner X ",DEC RCVData(6) ,CR
DEBUG "Right Corner Y ",DEC RCVData(7) ,CR
DEBUG "Pixels ",DEC RCVData(8) ,CR
DEBUG "Confidence ",DEC RCVData(9) ,CR
DEBUG " ", CR
···················· Can anyone guide me with this program? I cant understand this.··················
Basically i have connected the·TTL serial port (Ground,·SX28 Transmit, PC Receive and SX28 Recieve, PC·Transmit·of the camera to the (ground, pin9 and pin7) of the basic stamp respectively.·And i gotten reading from the connection.·My aim is to differentiate black and white with this program. Is it possible to tell black or white with the reading provided via this program?
Can anyone tell me what are all those below means?
Really appreciated all the helps here...
DEBUG "Red Mean ",DEC RCVData(2) ,CR
DEBUG "Green Mean ",DEC RCVData(3) ,CR
DEBUG "Blue Mean ",DEC RCVData(4) ,CR
DEBUG "Red Deviation ",DEC RCVData(5) ,CR
DEBUG "Green Deviation ",DEC RCVData(6) ,CR
DEBUG "Blue Deviation ",DEC RCVData(7) ,CR
DEBUG " ", CR
DEBUG "Middle Mass X ",DEC RCVData(2) ,CR
DEBUG "Middle Mass Y ",DEC RCVData(3) ,CR
DEBUG "Left Corner X ",DEC RCVData(4) ,CR
DEBUG "Left Corner Y ",DEC RCVData(5) ,CR
DEBUG "Right corner X ",DEC RCVData(6) ,CR
DEBUG "Right Corner Y ",DEC RCVData(7) ,CR
DEBUG "Pixels ",DEC RCVData(8) ,CR
DEBUG "Confidence ",DEC RCVData(9) ,CR
DEBUG " ", CR
pdf
610K
Comments