Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aivora-beamng committed Nov 23, 2023
1 parent 4e3ef8d commit 32e201f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
=========

Version 1.27.1
==============
- `Camera <beamngpy.html#camera>`__ sensor improvements

- Added the `Camera.stream <beamngpy.html#beamngpy.sensors.Camera.stream>`__ function
for easier retrieval of camera images being streamed through shared memory

- Added the `Camera.poll_raw <beamngpy.html#beamngpy.sensors.Camera.poll_raw>`__ and
`Camera.stream_raw <beamngpy.html#beamngpy.sensors.Camera.stream_raw>`__ functions
for getting raw bytes from the simulator, the conversion to a bitmap image is skipped

- Added the ``camera_streaming.py`` `example <https://github.com/BeamNG/BeamNGpy/blob/v1.27.1/examples/camera_streaming.py>`__
to showcase these functions

Version 1.27
============

Expand Down

0 comments on commit 32e201f

Please sign in to comment.