All Projects → Intel-Media-SDK → Samples

Intel-Media-SDK / Samples

DEPRECATED. MediaSDK samples. Main development repo located at https://github.com/Intel-Media-SDK/MediaSDK/tree/master/samples

Labels

Projects that are alternatives of or similar to Samples

Gr Nordic
GNU Radio module and Wireshark dissector for the Nordic Semiconductor nRF24L Enhanced Shockburst protocol.
Stars: ✭ 84 (-15.15%)
Mutual labels:  cmake
Dcmjs
dcmjs is a javascript cross-compile of dcmtk (dcmtk.org).
Stars: ✭ 92 (-7.07%)
Mutual labels:  cmake
Cqxq
让XQ支持CQ插件
Stars: ✭ 97 (-2.02%)
Mutual labels:  cmake
Aws Robomaker Small Warehouse World
This Gazebo world is well suited for organizations who are building and testing robot applications for warehouse and logistics use cases.
Stars: ✭ 85 (-14.14%)
Mutual labels:  cmake
Kinectazuredkprogramming
Samples about Kinect Azure DK programming
Stars: ✭ 92 (-7.07%)
Mutual labels:  cmake
Rustcmake
An example project showing usage of CMake with Rust
Stars: ✭ 94 (-5.05%)
Mutual labels:  cmake
Progress Cpp
A flexible ASCII progress-bar for C++
Stars: ✭ 81 (-18.18%)
Mutual labels:  cmake
Mdspan
Production-quality reference implementation of mdspan
Stars: ✭ 99 (+0%)
Mutual labels:  cmake
Webdav Client Cpp
☁️ C++ WebDAV Client provides easy and convenient to work with WebDAV-servers.
Stars: ✭ 92 (-7.07%)
Mutual labels:  cmake
Avp Slam Sim
A basic implementation(not official code) of AVP-SLAM(IROS 2020) in simulation. https://arxiv.org/abs/2007.01813
Stars: ✭ 97 (-2.02%)
Mutual labels:  cmake
Novuscore
A modern take on WoW emulation
Stars: ✭ 88 (-11.11%)
Mutual labels:  cmake
Hatchit
A Free and Open Source 3D Game Engine written in C++
Stars: ✭ 91 (-8.08%)
Mutual labels:  cmake
Examples
VLC-Qt Examples
Stars: ✭ 96 (-3.03%)
Mutual labels:  cmake
Mingw W64 Cmake
CMake-based MinGW-w64 Cross Toolchain
Stars: ✭ 84 (-15.15%)
Mutual labels:  cmake
Cmake fortran template
A template directory structure for a Fortran project using CMake as the build system.
Stars: ✭ 97 (-2.02%)
Mutual labels:  cmake
Torchlambda
Lightweight tool to deploy PyTorch models to AWS Lambda
Stars: ✭ 83 (-16.16%)
Mutual labels:  cmake
Kindd
A kindful dd, written in qt-quick.
Stars: ✭ 93 (-6.06%)
Mutual labels:  cmake
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (+0%)
Mutual labels:  cmake
Cgcmake
CMake modules for common applications related to computer graphics
Stars: ✭ 98 (-1.01%)
Mutual labels:  cmake
Gr Tutorial
A tutorial OOT module for GNU Radio
Stars: ✭ 96 (-3.03%)
Mutual labels:  cmake

Intel® Media SDK Samples

The Intel® Media SDK Samples showcase the broad range of features in Intel® Media SDK, which must be installed first.
For Windows client use Intel® Media SDK (https://software.intel.com/en-us/media-sdk). For Linux and Windows Server install Intel® Media Server Studio (https://software.intel.com/en-us/intel-media-server-studio). For detailed information about Media SDK Samples please refer to the respective sample guides in respective folders.

How to build

git clone https://github.com/Intel-Media-SDK/samples.git
cd samples/samples
perl build.pl --cmake=intel64.make.debug --mfx-home=/path/to/mediasdk/headers --clean
make -j8 -C __cmake/intel64.make.debug

You can setup path to MSDK header thourgh environment variable (--mfx-home is not required in this case):

export MFX_HOME=/path/to/mediasdk/headers
perl build.pl --cmake=intel64.make.debug

MFX_HOME for installed MSS is /opt/intel/mediasdk.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].