随笔分类 - deepatream
摘要:Gstreamer 基础知识 1. Gstreamer 组件 创建一个 Gstelement 办法是借助于GstElementFactory 工厂对象。 // mad 是工厂对象的名称 decoder 是创建出element 的名字。 element = gst_element_factory_ma
阅读全文
摘要:1.cudaDeviceProp 结构体 此 结构体是 针对 cudaGetDeviceProperties 函数的 过去显卡的信息。具体信息 👉 cuda 在线文档 cudaError_t CUDARTAPI cudaGetDeviceProperties(struct cudaDevice
阅读全文