Quote:
Originally Posted by Greg McKaskle
If SmartDashboard camera display doesn't work, log into the camera and see if the anonymous user support is enabled. It is not used by the LV dashboard, but is used for SmartDashboard.
Greg McKaskle
|
Anonymous viewing was enabled.
I'm not sure what changed, but now the vanilla camera widget is usually working fine, but my custom subclass is not, except for occasional blinking. Removing the contents of processImage (except for the return statement) makes it work the same as the base camera class.
I suppose there could be something in either my code or the OpenCV wrapper that is causing the extension to crash.