Skip to content

Minor bug fixes for V4 LED and behavior cam ROIs

Compare
Choose a tag to compare
@daharoni daharoni released this 11 Sep 18:08
· 103 commits to master since this release
4e48dff

This release addresses a few bugs that have been reported since version 1.00's release.

Bug fixes:

  • V4 LED would incorrectly turn to max brightness when user set LED value to 0 in GUI. This has now been corrected.
  • Not setting the "ROI" values for behavior cameras in the user config file could cause the behavior camera video streams to save 0KB video files due to the software thinking the recording ROI was 0 px by 0px in size. This has now been fixed.
  • Added a check to see if user defined ROIs are outside the range of the video stream window based on "width" and "height" values set in the behaviorCams.json file. If ROI is drawn out of bounds the edge will be corrected to be within bounds and a warning is displayed.
  • Added a few more "WebCam" devices in the deviceConfig/behaviorCams.json file with different resolutions. You can add additional ones as well or submit an "issue" on this repo and I will include more resolutions on future releases.