We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd7eea commit 50bd32cCopy full SHA for 50bd32c
README.md
@@ -1,9 +1,11 @@
1
# H264Sharp
2
Cisco's OpenH264 Native wrapper for .Net with optimised image format conversion support. It is very suitable for realtime streaming over network.
3
+This is the only open source C# library with full feature wrapper.
4
+Image format converters are faster than OpenCV implementation.
5
- Plug&Play
6
- Tested on .NetFramework and Net(up to 8).
7
- Compatible with OpenCV.(i.e. OpenCVsharp)
-- Tested on WPF application with camera and screen capture (P2P Videocall).
8
+- Tested on WPF application with camera and screen capture.
9
- No memory leaks or GC pressure.
10
- Simple console application example and WPF application is provided as an example.
11
0 commit comments