Skip to content

Releases: Speykious/SeeShark

SeeShark v4.0.0

30 Oct 09:49
faa9d8b
Compare
Choose a tag to compare

Available right now on Nuget! https://www.nuget.org/packages/SeeShark/4.0.0

What's changed

  • Device enumeration now works for GdiGrab, DShow, X11 and V4L2
  • Composite displays will be enumerated with the composite first and then all its subscreens
  • VideoStreamDecoder now always pulls the latest frame from the camera in the decode loop to minimize delay and buffering
  • Now possible to choose a resolution + FPS configuration for the camera (see SeeShark.Example.Ascii)

Pull requests

Full Changelog: v3.1.0...v4.0.0

SeeShark v3.1.0

23 Feb 18:23
ce33012
Compare
Choose a tag to compare

Available right now on Nuget! https://www.nuget.org/packages/SeeShark/3.1.0

What's Changed

Full Changelog: v3.0.0...v3.1.0

SeeShark v3.0.0

19 Feb 10:55
94c0791
Compare
Choose a tag to compare

Available right now on Nuget! https://www.nuget.org/packages/SeeShark/3.0.0

What's Changed

Full Changelog: v2.3.0...v3.0.0

SeeShark v2.3.0

01 Feb 11:51
c223bc9
Compare
Choose a tag to compare

What's Changed

  • Fix CameraManager.GetCamera() hanging and FrameConverter crashing by @Speykious in #11
  • Do not check for dependencies by @Speykious in #16

Full Changelog: v2.2.0...v2.3.0

SeeShark v2.2.0

15 Dec 13:00
b724f66
Compare
Choose a tag to compare

Available as a NuGet package now! https://www.nuget.org/packages/SeeShark/2.2.0

What's Changed

  • Use a Disposable abstract class by @Speykious in #5
  • Now at least 10 times lighter on the CPU

Full Changelog: v2.0.1...v2.2.0

SeeShark v2.0.1

05 Dec 18:56
3952ee7
Compare
Choose a tag to compare

Available as a NuGet package now! https://www.nuget.org/packages/SeeShark/2.0.1

What's Changed

  • In this patch release, a bug was fixed where not calling SetupFFmpeg() would throw a non-friendly error due to no default path, meaning you would be obligated to call it with paths of your choice. This has been fixed by trying to load native FFmpeg libraries from the current directory if no paths have been provided.

Full Changelog: v2.0.0...v2.0.1

SeeShark v2.0.0

05 Dec 14:56
65c7df2
Compare
Choose a tag to compare

Available as a NuGet package now!

https://www.nuget.org/packages/SeeShark/2.0.0

What's Changed

  • Fix code before making the docs by @adryzz in #2

New Contributors

  • @adryzz made their first contribution in #2

Full Changelog: https://github.com/vignetteapp/SeeShark/commits/v2.0.0