#2 questions about cv2 executions

7 messages · Page 1 of 1 (latest)

opaque rover
#

I have 3 questions about cv2. First question is there a limit on how many executions per second and if there is what's the limit. Second what the point of a local event Sender wouldn't it just be a waste.

inner harness
#

the limit is determined by how much cpu is used each frame (it clears every frame) and each chip has an associated cpu cost

#

you can make use of event senders with local as a target to reuse chips that would otherwise make the circuitry messy looking

opaque rover
opaque rover
#

Sorry but another thing does it executes only on frames or no? Can it execute between a frame I don't know if that sounds dumb to ask

inner harness
#

cv2 runs at 60hz maximum and each of those is a frame that things run on