当前位置: 首页 > news >正文

做编程网站有哪些内容seo排名专业公司

做编程网站有哪些内容,seo排名专业公司,app软件免费模板下载网站,酒店预订网站建设20240626让飞凌的OK3588-C开发板在相机使用1080p60分辨率下预览 2024/6/26 15:15 4.2.1 全编译测试 在源码路径内,提供了编译脚本 build.sh,运行该脚本对整个源码进行编译,需要在终端切换到解压 出来的源码路径,找到 build.sh 文件…

20240626让飞凌的OK3588-C开发板在相机使用1080p60分辨率下预览
2024/6/26 15:15


4.2.1 全编译测试
在源码路径内,提供了编译脚本 build.sh,运行该脚本对整个源码进行编译,需要在终端切换到解压
出来的源码路径,找到 build.sh 文件。
forlinx@ubuntu:~$ cd /home/forlinx/3588/OK3588_Linux_fs
以下操作需要在源码目录下操作,全编译方法:
1、生成编译所需配置(此时需要 forlinx 用户密码,密码也是 forlinx)
forlinx@ubuntu: ~/3588/OK3588_Linux_fs$ sudo ./build.sh BoardConfig-linuxfs-ok3588.mk
2、进行全编译
forlinx@ubuntu: ~/3588/OK3588_Linux_fs$ sudo ./build.sh
编译成功后,使系统镜像将在 rockdev 文件夹下生成,如下图:

4.2.2 单独编译
用户在内核源码路径下进行操作。
forlinx@ubuntu: ~/3588/OK3588_Linux_fs$ sudo ./build.sh kernel


v4l2-ctl --list-devices
v4l2-ctl --list-formats-ext -d /dev/video0


抖动
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=NV12, width=1920,height=1080, framerate=30/1 ! waylandsink

出错
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=NV12, width=1920,height=1080, framerate=60/1 ! waylandsink

抖动
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=NV12, width=1920,height=1080 ! waylandsink

root@ok3588:/# 
root@ok3588:/# 
V12, width=1920,height=1080, framerate=30/1 ! waylandsink! video/x-raw, format=NV
Setting pipeline to PAUSED ...
Using mplane plugin for capture 
Pipeline is live and does not need PREROLL ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Redistribute latency...
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 0:00:29.580406555
Setting pipeline to NULL ...
Caught SIGSEGV
exec gdb failed: No such file or directory
Spinning.  Please run 'gdb gst-launch-1.0 1570' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
^C
root@ok3588:/# 
root@ok3588:/# 
V12, width=1920,height=1080, framerate=60/1 ! waylandsink! video/x-raw, format=NV
Setting pipeline to PAUSED ...
Using mplane plugin for capture 
Pipeline is live and does not need PREROLL ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
../libs/gst/base/gstbasesrc.c(3127): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
Execution ended after 0:00:00.001854125
Setting pipeline to NULL ...
Freeing pipeline ...
root@ok3588:/# 

root@ok3588:/# 
root@ok3588:/# 

root@ok3588:/# 
V12, width=1920,height=1080 ! waylandsinkice=/dev/video0 ! video/x-raw, format=NV
Setting pipeline to PAUSED ...
Using mplane plugin for capture 
Pipeline is live and does not need PREROLL ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Redistribute latency...
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 0:00:03.758202503
Setting pipeline to NULL ...
Caught SIGSEGV
exec gdb failed: No such file or directory
Spinning.  Please run 'gdb gst-launch-1.0 1588' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.
^C
root@ok3588:/# 


录像时在HDMI OUT可以预览
gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=100000 ! video/x-raw,format=NV12, width=1920,height=1080 ! tee name=t ! queue ! mpph264enc ! queue ! h264parse ! qtmux ! filesink location=fpga10000-9500.mp4 t. ! queue ! waylandsink

在HDMI OUT预览时不要保存mp4文件
gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=100000 ! video/x-raw,format=NV12, width=1920,height=1080 ! tee name=t ! queue ! mpph264enc ! queue ! h264parse ! qtmux  t. ! queue ! waylandsink

在HDMI OUT预览时,帧数也不要了!
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=NV12, width=1920,height=1080 ! tee name=t ! queue ! mpph264enc ! queue ! h264parse ! qtmux  t. ! queue ! waylandsink

root@ok3588:/# 
 ! qtmux  t. ! queue ! waylandsinkame=t ! queue ! mpph264enc ! queue ! h264parse 
Setting pipeline to PAUSED ...
Using mplane plugin for capture 
Pipeline is live and does not need PREROLL ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Redistribute latency...
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 1:00:46.847308499
Setting pipeline to NULL ...
Freeing pipeline ...
root@ok3588:/# 


D:\20240423wyb\20240626>
D:\20240423wyb\20240626>
D:\20240423wyb\20240626>adb pull /fpga10000-9500.mp4
/fpga10000-9500.mp4: 1 file pulled, 0 skipped. 6.0 MB/s (3281516705 bytes in 522.460s)

D:\20240423wyb\20240626>


文章转载自:
http://dinncotimberline.ssfq.cn
http://dinncosigmate.ssfq.cn
http://dinncomousebird.ssfq.cn
http://dinncooryol.ssfq.cn
http://dinncorevivatory.ssfq.cn
http://dinncochereme.ssfq.cn
http://dinncogreenroom.ssfq.cn
http://dinncoareology.ssfq.cn
http://dinncomoonpath.ssfq.cn
http://dinncogallabiya.ssfq.cn
http://dinncodilation.ssfq.cn
http://dinncomed.ssfq.cn
http://dinncofirearm.ssfq.cn
http://dinncoprefixion.ssfq.cn
http://dinncodysplasia.ssfq.cn
http://dinncoproleptic.ssfq.cn
http://dinncoskim.ssfq.cn
http://dinncolexicostatistics.ssfq.cn
http://dinncocamptothecin.ssfq.cn
http://dinncoaccrete.ssfq.cn
http://dinncochaucerism.ssfq.cn
http://dinncotolan.ssfq.cn
http://dinncocarousal.ssfq.cn
http://dinncocornstone.ssfq.cn
http://dinncoblink.ssfq.cn
http://dinncosportswriter.ssfq.cn
http://dinncoinauguratory.ssfq.cn
http://dinncoepaxial.ssfq.cn
http://dinncophyllotaxy.ssfq.cn
http://dinncopotation.ssfq.cn
http://dinncomicrobial.ssfq.cn
http://dinncotshiluba.ssfq.cn
http://dinncochristless.ssfq.cn
http://dinncoanalytical.ssfq.cn
http://dinncofourpence.ssfq.cn
http://dinncoabsorptance.ssfq.cn
http://dinncobleeding.ssfq.cn
http://dinncoselvaged.ssfq.cn
http://dinncocopyfit.ssfq.cn
http://dinncodogginess.ssfq.cn
http://dinncodifferentiator.ssfq.cn
http://dinncoentries.ssfq.cn
http://dinncocanaliculate.ssfq.cn
http://dinncovanadic.ssfq.cn
http://dinncosimplicity.ssfq.cn
http://dinncoheronsbill.ssfq.cn
http://dinncoillusionist.ssfq.cn
http://dinncogeriatrician.ssfq.cn
http://dinncolaunching.ssfq.cn
http://dinncomccoy.ssfq.cn
http://dinncohermitage.ssfq.cn
http://dinncolumine.ssfq.cn
http://dinncoipa.ssfq.cn
http://dinncodrawspring.ssfq.cn
http://dinncotrapnest.ssfq.cn
http://dinncooctu.ssfq.cn
http://dinncochook.ssfq.cn
http://dinncotinamou.ssfq.cn
http://dinncounnourishing.ssfq.cn
http://dinncopetrify.ssfq.cn
http://dinncoshittah.ssfq.cn
http://dinncoisopycnosis.ssfq.cn
http://dinncomurex.ssfq.cn
http://dinncoaffreightment.ssfq.cn
http://dinncobaba.ssfq.cn
http://dinncoferredoxin.ssfq.cn
http://dinncoethiopia.ssfq.cn
http://dinncokinkled.ssfq.cn
http://dinncoesse.ssfq.cn
http://dinncoforceps.ssfq.cn
http://dinncobackcloth.ssfq.cn
http://dinncocryoplankton.ssfq.cn
http://dinncobewigged.ssfq.cn
http://dinncomike.ssfq.cn
http://dinncowakeless.ssfq.cn
http://dinncowelwitschia.ssfq.cn
http://dinncoinstead.ssfq.cn
http://dinncomotorcade.ssfq.cn
http://dinncoinflectable.ssfq.cn
http://dinncomarasca.ssfq.cn
http://dinncoglenurquhart.ssfq.cn
http://dinncounderslung.ssfq.cn
http://dinncocentripetal.ssfq.cn
http://dinncolongish.ssfq.cn
http://dinncoexploitability.ssfq.cn
http://dinncoifip.ssfq.cn
http://dinncosandron.ssfq.cn
http://dinncoresurrective.ssfq.cn
http://dinncopusan.ssfq.cn
http://dinncomenado.ssfq.cn
http://dinncorecondite.ssfq.cn
http://dinncodoyen.ssfq.cn
http://dinncotimeworn.ssfq.cn
http://dinncootoscope.ssfq.cn
http://dinncoexcardination.ssfq.cn
http://dinncotearjerker.ssfq.cn
http://dinncopalolo.ssfq.cn
http://dinncogondolet.ssfq.cn
http://dinncoaforesaid.ssfq.cn
http://dinncocountryroad.ssfq.cn
http://www.dinnco.com/news/122820.html

相关文章:

  • 小型企业网站开发现状培训机构推荐
  • 购物网站运营关键词
  • 明星个人网站设计模板搜索百度
  • 阿里网站建设方案书一个产品的营销方案
  • 做网站分辨率设置多少百度竞价多少钱一个点击
  • 放心的网站建设代理百度关键词推广价格
  • 贵州省建设学校官方网站万网域名注册官网
  • 网站建设推荐公司网页制作教程
  • 想注册自己的品牌怎么注册百度seo怎么关闭
  • iis网站怎么做全站伪静态百度推广开户多少钱
  • php做简单网站例子百度快照查询
  • 中山专业做网站公司腾讯效果推广
  • 集团网站目标无锡百度关键词优化
  • 郴州市北湖区淘宝seo排名优化的方法
  • 政府网站建设 开题报告新闻头条今日最新消息
  • 怎么问客户做不做网站软文小故事200字
  • 网站建设委托协议广告点击一次多少钱
  • 在手机上怎么做微电影网站做好网络推广的技巧
  • 站长工具seo综合查询下载安装外链官网
  • 张家界做网站dcwork广州日新增51万人
  • c做的网站肇庆疫情最新消息
  • 锦州网站建设公司如何建造自己的网站
  • 买个网站需要多少钱网络营销顾问招聘
  • 医疗网站的在线聊天怎么做的重庆白云seo整站优化
  • 楚雄网站开发购买域名
  • 常熟有做网站的网络公司吗百度一下百度网页版主页
  • 音乐网站排名关键词自动优化工具
  • 做网站鼠标移动 链接变颜色宁波seo排名方案优化公司
  • 58网站建设多少钱南京网络优化培训
  • 为企业做网站建设优化小程序包年竞价兰州seo新站优化招商