View Single Post
  #1   Spotlight this post!  
Unread 12-03-2012, 11:02
Steve Warner Steve Warner is offline
Controls / Programming
FRC #0234 (Cyber Blue)
Team Role: Mentor
 
Join Date: Feb 2006
Rookie Year: 2006
Location: Indiana
Posts: 41
Steve Warner is an unknown quantity at this point
AxisCamera Question

I have a very basic question about how AxisCamera works. If GetImage() is not being called, or not being called very often, do images being read from the camera accumulate in the cRIO memory? Or does each new image overwrite the previous one? If they accumulate the cRIO would eventually run out of memory whereas if they overwrite that would not be a problem. I was trying to explain this to a student and was not exactly sure how it worked.