开发工具:
文件大小: 46kb
下载次数: 0
上传时间: 2020-07-07
详细说明:
// 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 ndinewtek.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;
}
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.