cscore icon indicating copy to clipboard operation
cscore copied to clipboard

Camera access and streaming library (ARCHIVED, merged into allwpilib)

Results 14 cscore issues
Sort by recently updated
recently updated
newest added

- [x] Implement HttpCamera - [ ] Implement HttpCamera properties - [ ] Intermediate FPS support - [x] Total ordering of UsbCamera streamon/streamoff (to avoid USB bandwidth limits when switching...

Things like: * How many streams are currently connected? * How much bandwidth are they using? * Resolution/framerate?

enhancement
help wanted

Currently only specific GET request combinations are allowed. In particular, HTTP request parameters must be in a certain order for the case of "/?action=stream" (it must be the first request...

Currently if the process doesn't have permission to open a USB camera, CSCore simply keeps trying to open the camera every 2 seconds without logging an error message. It would...

Fixes #62 This works great and provides consistent images if there's already an active stream. However, if there isn't an active stream, if exposure is low then you get strange...

Hi - I am pretty impressed with the cscore implementation running on our Raspberry Pi. We are successfully serving a webpage from our RPi at port 8081. I am also...

CS core could use some love in the HTML world. Two way data bindings with the live values of the camera could be achieved with a JS library like angular....

This was demonstrated at the computer vision seminar at the FRC Championships St. Louis. An audience member connected to the robot's radio, went to the address read aloud by the...

I am trying to use cscore to stream a kinect's RGB and depth data over a MJPEG connection, but when I call PutFrame, I get a segfault. Here's a gist...

Last year I implemented something that would write images to disk periodically, but only if a USB flash drive was inserted into the roborio. It was pretty useful, and seems...