-
Notifications
You must be signed in to change notification settings - Fork 3
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
[feature request] NYC traffic cameras #1
Comments
I can take a look. From a first glance it looks like the files provided in that link will need to be converted to either geoJson or KML before I can parse it. Also the cameras will not provide real-time video. According to the description: |
Actually I found a converter online: Let me see how this works and I'll try to get these cameras added. |
@thesle3p So unfortunately the NYC camera feed only contains images that are updated ~every second. There really isn't a way that I am aware of, at least in ATAK to get the images to "stream". (By this I mean call the camera feed url and get a new image every second). There have been discussions in the discord about using KML and loading in Another option, which I don't have the resources for, is to host a "middle-man" service, which is able convert the images into a feed that ATAK can read in. |
Would it be possible to onboard this data source of New York City traffic cameras? https://hub.arcgis.com/datasets/1978dcae95b0462293be4bb1e06c9a71/about
The text was updated successfully, but these errors were encountered: