Results 205 issues of Dustin Spicuzza

I intend to adapt pygazebo so it can be used successfully on python 3.x -- I don't expect many problems, except that protobuf 2.6 isn't quite py3 compatible yet (see...

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

enhancement
help wanted

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...

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...

For tuning purposes. Probably just a subclass of cvsource.

Would be nice to be able to curl a snapshot of the camera without needing to do a full stream connection.

If a user calls flush lots of times faster than the update rate, and then stops calling flush, the dispatcher won't send new values to the network connections for a...

type: bug

Synchronization in NT has never been particularly clear cut, and is not documented as clearly as I would like. I'd like us to write out the various synchronization cases to...

Checks for m_entries.empty() and returns if so. This is incorrect as deleted entries could exist -- and if they did exist, then an outgoing clearEntries message would be sent, which...

I'm not really expecting this to be fixed, but putting it here so it can be thought about. If an uninformed user sets/deletes the same key over and over again,...