Skip to content

Releases: smasherprog/screen_capture_lite

Small Windows GetWindows Fix

08 May 18:11
b273b0e
Compare
Choose a tag to compare

Thanks to oktonion #52

Lower memory usage, Mac perf and public api cleanup

26 Apr 00:48
3f77ef9
Compare
Choose a tag to compare

#51 Timer fixes -- thanks! https://github.com/0xd34d10cc
#50 Optimized difs 2x improvment-- thanks! https://github.com/0xd34d10cc

  • Decreased Memory usage when only capturing new frames
  • Mac now uses AVCapture which decreases the cpu usage dramatically!
  • Slimmed down the public API to make it as simple as possible
  • Refactored internals of codebase to share more code across platforms
  • Removed the Extract functions, save one! The extract functions are beyond the scope of this library so they are removed except one so that users can see how they can extract data and convert it to their format.
  • Data is now explicit through the struct ImageBGRA

Major Improvments

24 Apr 02:27
Compare
Choose a tag to compare
Major Improvments Pre-release
Pre-release

This is a pre-release so please report any issues!

#51 Timer fixes -- thanks! https://github.com/0xd34d10cc
#50 Optimized difs 2x improvment-- thanks! https://github.com/0xd34d10cc

  • Decreased Memory usage when only capturing new frames
  • Mac now uses AVCapture which decreases the cpu usage dramatically!
  • Slimmed down the public API to make it as simple as possible
  • Refactored internals of codebase to share more code across platforms
  • Removed the Extract functions, save one! The extract functions are beyond the scope of this library so they are removed except one so that users can see how they can extract data and convert it to their format.
  • Data is now explicit through the struct ImageBGRA

Linux get windows fix

27 Mar 01:40
d206b27
Compare
Choose a tag to compare

Windows GetMonitors Fix

14 Mar 20:41
Compare
Choose a tag to compare

Thanks to https://github.com/BradyBrenot for addressing an issue where computers with multiple GPU's were not getting the correct monitors. #46

GetMonitors Windows fix

26 Feb 14:07
Compare
Choose a tag to compare

Fixed Issue on windows here #45
Thanks to https://github.com/FennecFix for pointing this out

GetMonitors Windows fix

26 Feb 14:03
Compare
Choose a tag to compare

Fixed Issue on windows here #45
Thanks to https://github.com/FennecFix for pointing this out

monitor array out of bounds fix

30 Jan 04:46
2770b35
Compare
Choose a tag to compare

Mouse Timer fix

26 Jan 04:53
Compare
Choose a tag to compare

The Screen capture timer was used instead of the mouse timer.
Also updated codebase to use c++ 17 for if constexpr usage

mac partial capture fix

19 Dec 14:06
Compare
Choose a tag to compare

Fixed mac partial window capturing

Thanks to hardillb for this #35