Giter Site home page Giter Site logo

Comments (5)

imdunne8 avatar imdunne8 commented on September 25, 2024

After looking over cscore and robotpy-cscore, it would actually be awesome if you guys could just leave mjpg-streamer in this repo as an option. We used it last year and will again this year as basically the most simple solution for streaming an MJPG stream back to the driver station from a USB camera. We're a Java team and therefore don't have (or want to have) the whole robotpy implementation running on our roborio, and as of right now it doesn't look like there's a straightforward and quick installation of the base cscore package. If you really want to get it out of this repo then our team can always fork a previous revision and keep that around, but there might be some other teams out there that come looking for this in the future - I know we weren't the only team using it last year.

from roborio-packages.

virtuald avatar virtuald commented on September 25, 2024

Why not use java cscore on the RoboRIO?

from roborio-packages.

virtuald avatar virtuald commented on September 25, 2024

I mean, there's nothing you could do simpler than this:

public class Robot extends IterativeRobot {
	@Override
	public void robotInit() {
		CameraServer.getInstance().startAutomaticCapture();
	}

}

from roborio-packages.

imdunne8 avatar imdunne8 commented on September 25, 2024

Wow, sorry about that... completely didn't realize CameraServer was part of wpilib already and was assuming we'd have to build ourselves. Thanks for that, should definitely be easy enough.

from roborio-packages.

virtuald avatar virtuald commented on September 25, 2024

Removed in 02c3025

from roborio-packages.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.