- 博客(17)
- 收藏
- 关注

原创 ubuntu 18.04LTS 初始化
首先,最小化安装ubuntu18.04;1.更换update的更新源按下WIN键,输入soft 后看到下图:点击 “软件和更新” ,将 “下载自” 下拉菜单点开, 选择 “其他站点” 中的tuna.tsinghua 源,具体如下图所示:然后更新源sudo apt updatesudo apt upgrade2.安装搜狗输入法安装fcitxsudo a...
2018-09-11 14:43:45
8689
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 4: Time management
GStreamer Tutorial 4中文翻译文章目录GStreamer Tutorial 4中文翻译前言[Basic tutorial 4: Time management](https://gstreamer.freedesktop.org/documentation/tutorials/basic/time-management.html?gi-language=c)目的Hello world代码走读`gst_parse_launch``playbin`清理工作结论前言由于工作原因,用的G
2022-04-11 18:03:35
177
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 3: Dynamic pipelines
GStreamer Tutorial 3中文翻译文章目录GStreamer Tutorial 3中文翻译前言[Basic tutorial 3: Dynamic pipelines](https://gstreamer.freedesktop.org/documentation/tutorials/basic/dynamic-pipelines.html?gi-language=c)目的简介动态Hello World代码走读结论前言由于工作原因,用的GStreamer的图像解码库,所以记录GStr
2022-04-11 14:36:48
293
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 2: GStreamer concepts
GStreamer Tutorial 2中文翻译文章目录GStreamer Tutorial 2中文翻译前言[Basic tutorial 2: GStreamer concepts](https://gstreamer.freedesktop.org/documentation/tutorials/basic/concepts.html?gi-language=c)目的Hello world代码走读`gst_parse_launch``playbin`清理工作结论前言由于工作原因,用的GStre
2022-04-09 15:03:53
187
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 1: Hello world
GStreamer Tutorial 9中文翻译文章目录GStreamer Tutorial 9中文翻译前言[Basic tutorial 1: Hello world!](https://gstreamer.freedesktop.org/documentation/tutorials/basic/hello-world.html?gi-language=c)目的Hello world代码走读`gst_parse_launch``playbin`清理工作结论前言由于工作原因,用的GStreame
2022-04-09 11:06:13
245
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 14: Handy elements
GStreamer Tutorial 14中文翻译文章目录GStreamer Tutorial 14中文翻译前言[Basic tutorial 14: Handy elements](https://gstreamer.freedesktop.org/documentation/tutorials/basic/handy-elements.html?gi-language=c)目的本教程列出了一些有用的、值得了解的GStreamer元素。它们的范围从允许您轻松构建复杂管道的强大的一体化元素(如playb
2022-04-08 19:07:01
269
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 13: Playback speed
GStreamer Tutorial 13中文翻译文章目录GStreamer Tutorial 13中文翻译前言[Basic tutorial 13: Playback speed](https://gstreamer.freedesktop.org/documentation/tutorials/basic/playback-speed.html?gi-language=c)目的简介技巧模式播放器示例代码走读结论前言由于工作原因,用的GStreamer的图像解码库,所以记录GStreamer T
2022-04-08 11:17:55
268
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 12: Streaming
GStreamer Tutorial 12中文翻译文章目录GStreamer Tutorial 12中文翻译前言[Basic tutorial 12: Streaming](https://gstreamer.freedesktop.org/documentation/tutorials/basic/streaming.html?gi-language=c)目的简介一个弹性网络的例子代码走读结论前言由于工作原因,用的GStreamer的图像解码库,所以记录GStreamer Tutorial 的中
2022-04-08 10:05:31
178
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 11: Debugging tools
GStreamer Tutorial 11中文翻译文章目录GStreamer Tutorial 11中文翻译前言[Basic tutorial 11: Debugging tools](https://gstreamer.freedesktop.org/documentation/tutorials/basic/debugging-tools.html?gi-language=c)目的打印调试信息调试日志添加您自己的调试信息生成pipeline图结论前言由于工作原因,用的GStreamer的图像解
2022-04-07 19:42:11
271
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 10: GStreamer tools
GStreamer Tutorial 10中文翻译文章目录GStreamer Tutorial 10中文翻译前言[Basic tutorial 10: GStreamer tools](https://gstreamer.freedesktop.org/documentation/tutorials/basic/gstreamer-tools.html?gi-language=c)目的简介*`gst-launch-1.0`*元素属性命名元素`Pads`Caps filters示例`gst-inspect
2022-04-07 19:12:46
275
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 9: Media information gathering
GStreamer Tutorial 9中文翻译文章目录GStreamer Tutorial 9中文翻译前言[Basic tutorial 9: Media information gathering](https://gstreamer.freedesktop.org/documentation/tutorials/basic/media-information-gathering.html?gi-language=c)目的简介The GStreamer Discoverer代码走读结论前言由于
2022-04-07 14:39:53
206
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 8: Short-cutting the pipeline
GStreamer Tutorial 中文翻译文章目录GStreamer Tutorial 中文翻译前言[Basic tutorial 8: Short-cutting the pipeline](https://gstreamer.freedesktop.org/documentation/tutorials/basic/short-cutting-the-pipeline.html?gi-language=c)目的简介缓冲区(Buffers)例程一种原始波形发生器代码走读结论前言由于工作原因,
2022-04-06 20:13:42
189
翻译 GStreamer Tutorial 中文翻译:Basic tutorial 7: Multithreading and Pad Availability
GStreamer Tutorial 中文翻译文章目录GStreamer Tutorial 中文翻译前言[Basic tutorial 7: Multithreading and Pad Availability](https://gstreamer.freedesktop.org/documentation/tutorials/basic/multithreading-and-pad-availability.html?gi-language=c)目的简介多线程pipeline 示例请求pads(Re
2022-04-06 14:06:50
148
转载 基于ARM64的python3安装opencv
参考链接https://blog.youkuaiyun.com/qq_25005909/article/details/78554469!!!
2019-08-28 10:30:03
5458
原创 JETSON-TK1 简单配置记录
1.自动补齐终端sudo apt install bash-completion2. 右键打开终端sudo apt-get install nautilus-open-terminal完成后重启生效3.编译内核参考文章修改了里面的内核下载,自己手动下载的。###################################################...
2019-05-27 19:13:04
169
原创 ubuntu18.04 配置深度学习环境!
在重装N+1次系统环境后,我终于学会了要整理文档。。。首先,tensorflow支持cuda10,其次,个人之前也使用过caffe,所以也会有caffe和caffe2的教程。进入正题。1. NVIDIA驱动配置1.1 添加NVIDIA源sudo add-apt-repository ppa:graphics-drivers/ppasudo apt update#更新源1....
2019-03-23 14:39:21
760
转载 ROS学习——创建第一个工作空间
1. 创建工作空间(Workspace)mkdir -p ~/ROS/workspace/MyFirstWorkspace/src注:目录没有固定要求,随意命名。其中src是用来存放源代码的。 2.创建功能包(package)创建一个新ROS功能包。在工作空间的src目录下运行:catkin_create_pkg package-name,package-name指的是你功能...
2018-10-31 10:25:43
330
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人