Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Version 0.4.4 - Patch

Compare
Choose a tag to compare
@techyian techyian released this 19 Jul 19:25
· 241 commits to dev since this release

This is the first patch release following the official v0.4 release a few weeks ago. It is a minor release, however includes an important fix to the setting of the bitrate value for Video Encoder components; there was a regression in this area, and as a result, the bitrate was being set to a default value set natively by the component. In addition, a few fixes have been made to the TakePictureTimeout and TakePictureTimelapse methods, this is due to them previously calling TakePicture internally which caused an additional 2 second delay each run of the camera. These methods now do the manual component creation themselves instead of relying on the TakePicture method.