View Single Post
  #28   Spotlight this post!  
Unread 20-10-2014, 20:39
controls weenie's Avatar
controls weenie controls weenie is offline
Registered User
FRC #2973
Team Role: Mentor
 
Join Date: Oct 2014
Rookie Year: 2011
Location: United States
Posts: 23
controls weenie is an unknown quantity at this point
Re: Vision: what's state of the art in FRC?

Quote:
Originally Posted by marshall View Post
To be clear, OpenCV is supported on the GPU for the Jetson, just not with Python (to my knowledge). C++ definitely works on the GPU on the Jetson. We've had some awesome early success with it processing 640x480 images at like 60-80fps.
Marshal, how did you get the camera to output more than 30 Hz? What camera and OS did you use on the jetson. The PCDuino/Linux driver would only read at 30Hz. We would crop our image to get the higher frame rates.