Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera Server Launch #40

Closed
Portnord opened this issue Feb 11, 2024 · 1 comment
Closed

Camera Server Launch #40

Portnord opened this issue Feb 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Portnord
Copy link
Contributor

Portnord commented Feb 11, 2024

πŸ› Issue Summary:

Function wpilib.cameraserver.CameraServer.launch() fails to launch camera server on roborio.

βœ… Expected Behavior:

Function should start a camera server process or one running the indicated vision processing file (vision.py)

❌ Actual Behavior:

Based on messages it attempts to run the process (cscore by default) but the monitor reports it has aborted immediately with error code -6. Running a vision.py file is the same. Cscore can be run on the host computer to launch a process but this fails when remote logged into the roborio,

πŸ” Steps to Reproduce:

  1. Use QuickVision Example or any similar use of wpilib.cameraserver.CameraServer.launch()
  2. Deploy to roborio (not simulation)

πŸ’‘ Possible Solutions

Workaround and possible known bug Robotpy Issue #61
According to reply on Chief Delphi should also be able to use StartAutomaticCapture if no vision processing is done on the robot.

@Portnord Portnord added the bug Something isn't working label Feb 11, 2024
@Portnord Portnord added this to frc2024 Feb 11, 2024
@Portnord Portnord moved this to πŸ•’ Todo in frc2024 Feb 11, 2024
@Portnord
Copy link
Contributor Author

Workaround will be to use StartAutomaticCapture.

@Portnord Portnord closed this as not planned Won't fix, can't repro, duplicate, stale Feb 14, 2024
@github-project-automation github-project-automation bot moved this from πŸ•’ Todo to βœ… Done in frc2024 Feb 14, 2024
@Portnord Portnord self-assigned this Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: βœ… Done
Development

No branches or pull requests

1 participant