View Single Post
  #10   Spotlight this post!  
Unread 01-02-2017, 13:23
MuskieProgramme MuskieProgramme is offline
Registered User
FRC #6420
Team Role: Programmer
 
Join Date: Dec 2016
Rookie Year: 2014
Location: Muscatine, IA
Posts: 36
MuskieProgramme is an unknown quantity at this point
Re: ioctl Errors and Intermediate Vision sample not working

Our team has a switching camera now, and one thing that I've seen is these errors. They didn't seem to affect anything, so I left the code as it was. At one point I named our cameras "Front facing" and "rear facing", but noticed there was another stream for "USB Camera 0". It took a few minutes, but I located a place in the code where I was accidentally starting a second stream for the camera with id 0. After removing this declaration, these errors disappeared.

This may or may not be your problem, a _lot_ of things in my code were being changed around and moved. I'm not certain this was the cause of the problem, so take it with a grain of salt.
Reply With Quote