View Single Post
  #6   Spotlight this post!  
Unread 25-01-2017, 10:59
YairZiv's Avatar
YairZiv YairZiv is offline
Registered User
FRC #5951 (Makers Assemble)
Team Role: Programmer
 
Join Date: Oct 2016
Rookie Year: 2016
Location: Tel Aviv, Israel
Posts: 41
YairZiv is an unknown quantity at this point
Re: How do I put the CvSource video in the smart dashboard?

Quote:
Originally Posted by EmileH View Post
I think this is your issue:

Code:
output.putFrame(pipeline.getImgae());
Also doesn't the visionthread get created in RobotInit instead of the constructor?
Oh woops, that was just a typo but it's not the problem because it's the same typo in both.

Is there a difference in where it's initialized? Since it only runs when Teleop is running.
Reply With Quote