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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.