Ticket #157 (new defect)

Opened 5 months ago

Problems with simple_track_color

Reported by: Silvi Owned by: agr
Priority: critical Milestone:
Component: cmucam3 Version: 1.0
Keywords: simple_track_color, simple_get_mean Cc:

Description

Hi all, im having some troubles with cmucam3 (used on cmucam3 mode) I'm using the functions 'simple_track_color' and 'simple_get_mean' from libraries here, and it works fine when i just call simple_get_mean and then use the values on the other one, but cannot get to write the values myself this way, with the values i need:

// fill in parameters and call track color

t_pkt.lower_bound.channel[0] = xx;

t_pkt.upper_bound.channel[0] = xx;

t_pkt.lower_bound.channel[1] = xx;

t_pkt.upper_bound.channel[1] = xx;

t_pkt.lower_bound.channel[2] = xx;

t_pkt.upper_bound.channel[2] = xx;

I can't find in the programs what's what simple get mean is doing that im not and should do. Anybody knows if there exists a way to do what i need...?

Note: See TracTickets for help on using tickets.