I am trying to get a usb camera working using robotpy-cscore. I have everything installed, and even can get the camera to stream to chrome via http. However, whenever I run wpilib.CameraServer.launch(), the SmartDashboard loses all connectivity to the robot, sending the same error over and over again:
18:02:52:110 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:52:115 INFO : nt : DISCONNECTED 169.254.9.3 port 59725 (SmartDashboard)
18:02:52:411 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:52:412 INFO : nt : DISCONNECTED 169.254.9.3 port 59726 (SmartDashboard)
18:02:52:810 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:52:811 INFO : nt : DISCONNECTED 169.254.9.3 port 59727 (SmartDashboard)
18:02:53:210 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:53:211 INFO : nt : DISCONNECTED 169.254.9.3 port 59729 (SmartDashboard)
18:02:53:609 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:53:614 INFO : nt : DISCONNECTED 169.254.9.3 port 59730 (SmartDashboard)
18:02:54:017 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:54:021 INFO : nt : DISCONNECTED 169.254.9.3 port 59731 (SmartDashboard)
18:02:54:410 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:54:411 INFO : nt : DISCONNECTED 169.254.9.3 port 59733 (SmartDashboard)
18:02:54:809 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:54:811 INFO : nt : DISCONNECTED 169.254.9.3 port 59734 (SmartDashboard)
18:02:55:208 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:55:212 INFO : nt : DISCONNECTED 169.254.9.3 port 59736 (SmartDashboard)
18:02:55:607 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:55:612 INFO : nt : DISCONNECTED 169.254.9.3 port 59737 (SmartDashboard)
18:02:56:048 WARNING : nt : read error in handshake: [Errno 104] Connection reset by peer
18:02:56:050 INFO : nt : DISCONNECTED 169.254.9.3 port 59738 (SmartDashboard)
I have tried everything from restarting the ds to updating all the software, and nothing seems to have fixed the issue.