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

Upload Limelight source(or settings) to new folder of this github project. #11

Open
JimTripi opened this issue Jan 25, 2019 · 9 comments
Assignees

Comments

@JimTripi
Copy link
Member

The limelight processing needs to be captured just like the other CSCIs. If it can export all settings and custom code to a file, then check it in. If its purely or partially shown only in dialogs,then do screen captures of each needed page, paste into a word document, then check that in.

@mehabu
Copy link
Collaborator

mehabu commented Jan 25, 2019

In order to set up limelight we need to setup static IP for Limelight which is already done. The static IP for Limelight is 10.2.63.33
To access limelight web page, we can use http://10.2.63.33:5801
To view the camera stream, we can use http://10.2.63.33:5800
We can also use http://limelight.local:5801 to view the page
If connect the usb camera to limelight usb port, we need to restart

camMode Sets limelight’s operation mode
0 Vision processor
1 Driver Camera (Increases exposure, disables vision processing)

Java sample code to access network table
NetworkTableInstance.getDefault().getTable("limelight").getEntry("").getDouble(0);

Dan already put the limelight code to 2018 as per the pull request below. We need to test this and add to 2019 code
SachemAftershock/2018-robot-code#16
LimelightMath.java #16

@mehabu
Copy link
Collaborator

mehabu commented Jan 25, 2019

I can ask @AKKM457 to download the code uploaded by Dan and test it using Limelight. However, need a quick intro from Dan as we don't want to take chances with limelight.

@mehabu
Copy link
Collaborator

mehabu commented Jan 25, 2019

LimeLight_status.docx

@mehabu
Copy link
Collaborator

mehabu commented Jan 25, 2019

I will borrow limelight and capture some screen shot to complete this document

@DanWaxman
Copy link
Member

@mehabu that pull request was for some processing with it, written by another team member. We ended up not using that code directly. Here is the code that was written for Limelight Network Table values.

@mehabu
Copy link
Collaborator

mehabu commented Feb 1, 2019

Limelight.zip

@mehabu
Copy link
Collaborator

mehabu commented Feb 1, 2019

Please check in this Limelight.java as I don't have permission

@mehabu
Copy link
Collaborator

mehabu commented Feb 8, 2019

@mehabu
Copy link
Collaborator

mehabu commented Feb 8, 2019

This is the export of the limelight settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants