Thread: Open CV help
View Single Post
  #7   Spotlight this post!  
Unread 02-02-2017, 18:38
Maxcr1's Avatar
Maxcr1 Maxcr1 is offline
Registered User
AKA: Max D
FRC #2169 (KING TeC)
Team Role: Programmer
 
Join Date: Nov 2016
Rookie Year: 2013
Location: Savage, MN
Posts: 9
Maxcr1 is an unknown quantity at this point
Re: Open CV help

The secret to using vision for Steamworks is having an angle of attack of the camera to avoid the gear getting in the way of seeing the tape. The vision is possible and the calculations do exist, and aren't too bad if you follow 254's presentation.

Vision Presentation

Multithreading is often unrealistic because all of the tasks have to be run in a linear pattern, and while running multiple versions can be effective, it causes issues with multiple threads fighting over the same frame. You can use a lock, but that requires Python and that can be another issue
Reply With Quote