博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
study topics
阅读量:5998 次
发布时间:2019-06-20

本文共 2239 字,大约阅读时间需要 7 分钟。

永远不变的东西,原理

study roadmap:

1.user space:

  tizen power manager => suspend/resume or runtime?

  android power manager => early suspend / wakelock / suspend/resume / platform sleep

2.kernel:

  linux original suspend/resume

  linux runtime pm

3.write my own power manager

=================================================

1.cpu p-states / c-states

2.linux cpu freq governor

3.cpu architecture, 计算机组成原理

4.os principle

=================================================

从头开发一些现有设备的驱动 :

1. 网卡

2.usb设备,USB摄像头(需要v4l2)

3.串口

4.sd card / emmc

=================================================

 

1. how to analyze app crash

strace

backtrace

map

coredump

......

indicator-datetime 显示日期的app crash 分析

2.LTTng tracer

http://lwn.net/Articles/491510/

3.gst camera:

http://www.twm-kd.com/linux/webcam-and-linux-gstreamer-tutorial/

http://www.ideasonboard.org/uvc/

http://blog.csdn.net/shenbin1430/article/details/5708345

 

gstreamer:

http://www.oz9aec.net/index.php/gstreamer/345-a-weekend-with-gstreamer

http://wiki.oz9aec.net/index.php/Gstreamer_Cheat_Sheet

http://www.eisfuchs.info/eisfuchs/gstreamer/

http://lac.linuxaudio.org/2010/download/GStreamerAudioApps.pdf

https://people.gnome.org/~gman/guadec_talks/guadec-gst-app-dev.pdf

https://developer.ridgerun.com/wiki/index.php/Gstreamer_Creating_C_Code_Applications

http://lwn.net/Articles/464270/

http://www.khronos.org/files/openmax/whitepapers/OpenMAX_IL_with_GSstreamer.pdf

http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5/

http://www.bigbuckbunny.org/index.php/download/

https://github.com/spk121/burro-engine/wiki/GStreamer-Tutorial-%231:-How-I-Made-a-Beep!

http://mil-oss.org/resources/mil-oss-wg3_gstreamer-for-video-processing-applications_josh-doe.pdf

 http://www.twm-kd.com/linux/webcam-and-linux-gstreamer-tutorial/

http://wiki.oz9aec.net/index.php/Gstreamer_Cheat_Sheet#cite_note-gst-doc-1

http://blogs.elphel.com/2009/11/interfacing-elphel-cameras-with-gstreamer-opencv-opengl-and-python-get-profit-of-dsp-or-gpu-based-optimisation-control-camera-settings-from-python-application-or-human-interface-device-hid/

http://noraisin.net/diary/?p=40

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-using.html

 

转载于:https://www.cnblogs.com/zhangze/p/3428737.html

你可能感兴趣的文章
sar命令报错Cannot open /var/log/sa/sadd: No such fi...
查看>>
郑大校园网怎么实现xshell连接vmware下的ubnutu
查看>>
RabbitMQ Access Control
查看>>
去大公司还是小公司? 运维人员需要有自己的选择
查看>>
让你1秒看清mysql服务器问题所在
查看>>
HA知识点
查看>>
Navicat for mysql 远程连接 mySql数据库10061错误问题
查看>>
华为手机取消断开wifi后的烦人提示的方法
查看>>
microbit巡线小车 BoBBoT
查看>>
我的友情链接
查看>>
java基础(二)
查看>>
字符编码笔记:ASCII,Unicode和UTF-8
查看>>
catia三维设计与汽配行业的关系
查看>>
shiro与cas集成后,重定向登录页流程
查看>>
可变参数my_print 的实现
查看>>
CentOS Linux解决Device eth0 does not seem to be present
查看>>
Caching Tutorial for Web Authors and Webmasters
查看>>
Maven实战(四)——基于Maven的持续集成实践
查看>>
如何快速熟悉一个项目
查看>>
如何保证消息的顺序性?
查看>>