Code Monkey home page Code Monkey logo

uvsmedia's Introduction

淘宝官方购买请搜索
pipivision USB3.0高清HDMI视频采集卡

qt5 demo可以在Windows和Linux平台运行,其中Windows平台分为win32和x64两部分,Linux平台分为x86_64和aarch64(arm64)两部分。demo的源代码请查看QT5的示例程序,主要包括以下几部分内容:
QT5 demos can run on both Windows and Linux platforms, where the Windows platform is divided into two parts, win32 and x64, and the Linux platform is divided into two parts: x86_64 and aarch64 (arm64). For the source code of the demo, please see the demo source code of QT5, which mainly includes the following parts:

1 UVS_Device
设备管理,设备插入,移除;
Device management, device plug in/out;

2 UVS_Preview
音视频预览,视频镜像,翻转,亮度,对比度;
Audio and video preview, video mirroring, flipping, brightness, contrast;

3 UVS_OSD
视频OSD叠加,包括时间,文字,图片,矩形,椭圆,直线等;
Video OSD, including time, text, pictures, rectangles, ellipses, straight lines, etc.;

4 UVS_Rec
音视频录像,包括H.264/265多路视频流编码,AAC/MP3音频编码,Intel/Nvidia视频编码加速等;
Audio and video recording, including H.264/265 multi-channel video stream encoding, AAC/MP3 audio encoding, Intel/Nvidia video encoding acceleration, etc.;

5 UVS_DataFrame
音视频数据捕获,包括数据回调,拷贝和锁定方式;
Audio and video data capture, including data callback, copy and lock methods;

6 UVS_MP4File
录像文件管理,包括录像截取,合并,修复和叠加片头;
Recording file management, including video capture, merging, repairing and add titles;

7 UVS_RTSP
RTSP推流,包括实时流和MP4录像文件;
RTSP push streaming, including live streaming and MP4 video files;

8 UVS_RTMP
RTMP推流,包括实时流和MP4录像文件;
RTMP push streaming, including live streaming and MP4 video files;

9 UVS_NDI
NDI推流,原始无损音视频流。
NDI push stream, lossless audio and video stream.

demo运行程序已经打包为压缩文件,请根据需要使用:
The demo has been packaged as a compressed file, please use it as needed:

qt5-windows-x64-demo.zip
Windows 64bit demo程序,解压缩后运行对应的demo程序。
Windows 64bit demo program, decompress and run the corresponding demo program.

qt5-linux-x64-demo.tar.gz
Linux x86_64 demo程序,请按照以下方式运行
Linux x86_64 demo program, please run it as follows

tar -zxvf qt5-linux-x64-demo.tar.gz
cd UVSDemo
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
./UVS_Device

qt5-linux-arm64-demo.tar.gz
Linux aarch64 demo程序,请按照以下方式运行
Linux aarch64 demo program, please run it as follows

tar -zxvf qt5-linux-arm64-demo.tar.gz
cd UVSDemo
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
./UVS_Device

uvsmedia's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.