You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Virtual devices should encode frames as PNG
Because, the virtual world is too perfect to JPEG. Lossy is obvious in the
virtual world. Lossless is expected and actually encodes really well for
this type of frame, so no down-side.
Virtual (#55)
* Locating changes that need to happen for the virtual car to run
* Cont'
* Cont'
* Cont'
* Dynamic camera impl
* LoopFrequency should not be required
* Rename `BatteryVoltageReader` to `Power`
We will extend this interface to do more than just read the battery
voltage (indeed, we already have in fact, but will continue extending it
in the following commits).
* Import the camera impls from inside the camera thread
... so that a broken camera driver doesn't hang our whole async program!
* New method of the Power interface
* Stuff more bytes in a packet - for channels-redis stability
See: https://github.com/MasterAI-Inc/masterai-api/issues/10
* Include battery state in message to labs
* Fix
* Fix