|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
Any possibility of a webcast?
|
|
#2
|
|||
|
|||
|
Re: Official FIRST Week Zero 2016
So, volunteer Field Resetters are to meet in the school's weight room for training?
![]() |
|
#3
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
This is an excellent question and completely slipped our minds when planning this scrimmage.
Unfortunately, none of us on Chop Shop have any streaming experience nor do I believe we have anywhere close to the right equipment to provide a serviceable webcast. If we get some help, then it could happen, but it's rather unlikely that we, Chop Shop, will be able to set this up in short order. |
|
#4
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
Quote:
|
|
#5
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
Good news, everyone!
We have contacted both NE FIRST and GameSense. Francis O'Rourke and Ty Tremblay of GameSense quickly got back to us and we are working together to make a live stream of Week Zero possible! There are still a few questions that we need answered from our host venue, but we are getting closer to having a webcast of Week Zero. More information will be supplied soon. |
|
#6
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
That's awesome, thanks! Looking forward to it.
|
|
#7
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
Quote:
If you have any questions, feel free to post here or PM me. |
|
#8
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
Quote:
![]() 5813 is excited to participate in Week Zero 2016! ![]() |
|
#9
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
Teams,
We are excited to announce that, in collaboration with GameSense, Chop Shop will be broadcasting a live stream of the 2016 Official FIRST Week Zero via the GameSense Twitch channel! Check it out Saturday morning at http://www.twitch.tv/frcgamesense! |
|
#10
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
Quote:
|
|
#11
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
We are looking to use this to test our scouting system. Would it be possible for the match schedule to be posted online?
|
|
#12
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
It should be available via the FRC API
|
|
#13
|
|||||
|
|||||
|
Re: Official FIRST Week Zero 2016
And it should be available on TBA as well. Hooray for preseason dry runs!
|
|
#14
|
||||
|
||||
|
Re: Official FIRST Week Zero 2016
@ all: What language do you use to access the FRC API?
|
|
#15
|
|||||
|
|||||
|
Re: Official FIRST Week Zero 2016
TBA uses python.
I have the following bash function defined for local testing (using httpie): Code:
function frc-api {
AUTH=$(echo -n '<username>:<token> ' | base64)
http $1 "Authorization: Basic ${AUTH}"
}
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|