04 2018 档案
摘要:在DeepStream的C#版本调试过程中,发现了一个问题,运行一段时间后,大概每次内存到16M(Debug模式)就会异常 错误“System.NullReferenceException:未将对象引用设置到对象的实例“ 逐句排查C++端的DLL代码,没有发现所谓的引用空指针 后来不知道怎么弄的,弹
阅读全文
摘要:项目右键属性->项目设计器->生成->平台->把'默认设置(任何 CPU)'改为x86或者x64
阅读全文
摘要:需要先准备好OpenSSL1.0.2 下载poco-poco-1.9.0-release.zip,解压,修改buildwin.cmd中的OPENSSL_DIR路径,特别注意OPENSSL_LIB的路径,可能会有32位64位的前缀,例如set OPENSSL_DIR=E:\PITCProjects\F
阅读全文
摘要:using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; public class DrawBlockMeshTexture : MonoBehaviour { // Use this for initialization void Start...
阅读全文
摘要:下载FFMPEG https://ffmpeg.zeranoe.com/builds/ Example to encode VBR MP3 audio with ffmpeg using the libmp3lame library: Control quality with -qscale:a (
阅读全文