View Single Post
  #3   Spotlight this post!  
Unread 26-01-2017, 14:30
Thad House Thad House is offline
Volunteer, WPILib Contributor
no team (Waiting for 2021)
Team Role: Mentor
 
Join Date: Feb 2011
Rookie Year: 2010
Location: Thousand Oaks, California
Posts: 1,107
Thad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond reputeThad House has a reputation beyond repute
Re: ioctl Errors and Intermediate Vision sample not working

Quote:
Originally Posted by YairZiv View Post
ioctl Errors:
ERROR: ioctl VIDIOC_S_CTRL failed at UsbCameraProperty.cpp:72: Input/output error (UsbUtil.cpp:122)
ERROR: ioctl VIDIOC_S_EXT_CTRLS failed at UsbCameraProperty.cpp:66: Input/output error (UsbUtil.cpp:122)
ERROR: ioctl VIDIOC_S_EXT_CTRLS failed at UsbCameraProperty.cpp:66: Input/output error (UsbUtil.cpp:122)

What do they mean and how do I fix them?

Additionaly, I tried running the Intermediate VIsion example and when I changed the camera properties to the OpenCV output I got the following error:
ERROR: serve_Processed: : Too many simultaneous client streams (MjpegServerImpl.cpp:403)

What do these errors mean and how do I fix them?

Thanks in advance!
For the first errors, which properties are you trying to set? There as some properties that will fail to be set if a certain other property is at a specific setting. For an example, if the exposure type is set to auto (which it is by default) any attempt to set the exposure manually will print that error. Knowing which camera, and which property you are trying to set will help debug that.

We're taking a look into the too many streams issue. For now, make sure all dashboards are closed, all internet browsers are closed, and restart the program. It seems like something is opening multiple stream connections.
__________________
All statements made are my own and not the feelings of any of my affiliated teams.
Teams 1510 and 2898 - Student 2010-2012
Team 4488 - Mentor 2013-2016
Co-developer of RobotDotNet, a .NET port of the WPILib.
Reply With Quote