ndi_encode.zip

上传者: iyandy | 上传时间: 2021-12-15 09:56:09 | 文件大小: 46KB | 文件类型: -
// This file is provided under the NDI Embedded SDK license that is contained // within the Embedded SDK documentation and is subject to the terms there-in. // Your use of any part of this SDK is acknowledgment that you agree to the SDK // license terms. #include "../ndi_common/stdafx.h" #include "ndi_encode.h" #ifdef _WIN32 #include #else #include #include #endif #include "Processing.NDI.Lib.h" // Global debug variables, from debug.h FILE *dbgstream = stderr; int debug_level = LOG_ERR; bool debug_flush = false; void boilerplate() { // Report the NDI SDK Version printf("%s\n", NDIlib_version()); printf("Copyright © 2020 NewTek, Inc.\n"); printf("Provided under NDI® Embedded SDK License\n"); printf("For more information please go to ndi.newtek.com\n"); printf("\n"); } void platform_warn(uint8_t platform) { // A little white space for clarity printf("\n"); // Warn about the NDI software timeout printf("NOTE: This version of the NDI Embedded SDK is designed for development use\n"); printf("and will run on a stream for 30 minutes. For a commercial use license,\n"); printf("please email ndi@newtek.com\n"); printf("\n"); switch (platform) { case hardware::ePlatform_ZCU104: // Warn about the evaluation core HDMI timeout printf("WARNING: The evaluation HDMI Rx core will time out after apx. 40 minutes of\n"); printf("system uptime. Reprogram the FPGA (reboot) to restore normal operation.\n"); printf("\n"); default: // Don't do anything break; } }

文件下载

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明