|
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.
|