@大法师 早点支持官方摄像头吧,这一块是cool pi非常重要的生态,买它就是冲着视觉来的,但是现在摄像头支持不了
Posts
-
RE: 官网源码不支持树莓派官方最新摄像头IMX477R和IMX708
-
RE: Cool pi 4B & CM5 探索快速安装系统新方法
@大法师 大法师,麻烦做一个系统备份脚本,可以把cool pi 的系统按照实际使用容量制作成img镜像文件,便于系统备份。在装一些包的时候,还是蛮容易把系统折腾出问题的,备份还原很重要。可以参考https://github.com/nanhantianyi/rpi-backup.git,这个备份脚本直接用在cool pi上是启动不了的,不知道cool pi的UUID修改是在哪里,/etc/fstab文件的内容是空的,麻烦把扩容脚本也匹配一下。这对于cool pi的生态来说,是很重要的一个环节。
-
RE: ubuntu22.04 的VNC不及树莓派4B的流畅
@jack_admin 原因找到了,cool pi的无线网卡不是很给力,用有线网络就会好很多,感觉无线网卡性能还是树莓派4B的强
-
RE: ubuntu22.04 的VNC不及树莓派4B的流畅
1.百度网盘下载20230116 ubuntu20.04版本
2.win32disk写入到SD卡中
3.SD卡插入到cool pi 4b启动
4.百度网盘下载20230306 ubuntu22.04版本到u盘中
5.u盘插入cool pi usb口上
6.cool pi ubuntu20.04 命令行中使用dd命令将20230306 ubuntu22.04 烧写到mmc中
7.cool pi 断电,拔掉sd卡,启动cool pi,即是从mmc启动
8.右键进入设置,配置ubuntu22.04 vnc
9.台式机ubuntu20.04 real vnc 客户端登录cool pi
10. 不是很流畅,同样连接树莓派是流畅的 -
官网源码不支持树莓派官方最新摄像头IMX477R和IMX708
我手里有树莓派官方的HQ Camera和Camera Module 3,插在cool pi上好像不支持。然后查看cool pi官方的源码,发现drivers/media/i2c并没有IMX477R和IMX708驱动程序。希望官方添加一下这两个驱动,摄像头的应用现在非常重要,尤其cool pi的最重要应用是NPU,跑机器视觉离不开对摄像头的支持。还有就是树莓派官方的picamera库非常好用,官方能不能移植支持一下?
-
RE: Cool Pi 4B 如何使用GPIO啊,树莓派的HQ Camera如何使用呢?
@george 试了不能用
gst-launch-1.0 v4l2src device=/dev/video11 ! image/jpeg, width=1920, height=1080, framerate=25/1 ! jpegparse ! mppjpegdec ! kmssink plane-id=88
Setting pipeline to PAUSED ...
ERROR: from element /GstPipeline:pipeline0/GstKMSSink:kmssink0: Could not get allowed GstCaps of device
Additional debug info:
../sys/kms/gstkmssink.c(1183): gst_kms_sink_start (): /GstPipeline:pipeline0/GstKMSSink:kmssink0:
driver does not provide mode settings configuration
ERROR: pipeline doesn't want to preroll.
ERROR: from element /GstPipeline:pipeline0/GstKMSSink:kmssink0: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
Additional debug info:
../libs/gst/base/gstbasesink.c(5878): gst_base_sink_change_state (): /GstPipeline:pipeline0/GstKMSSink:kmssink0:
Failed to start
ERROR: pipeline doesn't want to preroll.
Failed to set pipeline to PAUSED.
Setting pipeline to NULL ...
Freeing pipeline ... -
RE: mini DP 诱骗器无效
@ccjjww1222 我试过了,ubuntu22.04要打开开机自动登录才可以,而且要关闭keyring以免每次开机VNC登录密码都不一样。
-
RE: 官方Github上的代码居然编译通不过?
@jack_admin ubuntu 20.04 arm-gnu-toolchain-12.2.rel1-x86_64-aarch64-none-linux-gnu
-
官方Github上的代码居然编译通不过?
welcome coolpi-4b ubuntu image make
Please select a board
1.cp4b
2.cpcm5
3.exit
请输入[1-3]:1
Please select a ubuntu version
1.ubuntu22.04 desktop
2.ubuntu20.04 desktop
3.ubuntu18.04 desktop
4.退出.
请输入[1-4]:1
20230316-ubuntu-22.04-preinstalled-desktop-arm64-coolpi.img
#####start download base package#####
mkdir temp
#####start download kernel source code#####
Fetching origin
Already up to date.
Already on 'develop'
Your branch is up to date with 'origin/develop'.
#####start build boot image#####
Makefile:151: *** source directory cannot contain spaces or colons. Stop.
Makefile:151: *** source directory cannot contain spaces or colons. Stop.
Makefile:151: *** source directory cannot contain spaces or colons. Stop.
cp: cannot stat 'arch/arm64/boot/Image.gz': No such file or directory
cp: cannot stat 'arch/arm64/boot/Image': No such file or directory
cp: cannot stat 'arch/arm64/boot/dts/rockchip/rk3588s-cp4.dtb': No such file or directory
./build-kernel.sh: line 51: cd: too many arguments
Makefile:151: *** source directory cannot contain spaces or colons. Stop.
./build-kernel.sh: line 54: cd: too many arguments
./build-kernel.sh: line 59: cd: too many arguments
./build-kernel.sh: line 62: cd: too many arguments
cp: cannot stat 'vmlinuz': No such file or directory
cp: cannot stat 'Image': No such file or directory
cp: cannot stat 'rk3588s-cp4.dtb': No such file or directory
cp: cannot stat 'modules.tar.gz': No such file or directory
Create coolpi boot img...
300+0 records in
300+0 records out
314572800 bytes (315 MB, 300 MiB) copied, 0.2663 s, 1.2 GB/s
mkfs.fat 4.1 (2017-01-24)
fatlabel: warning - lowercase labels might not work properly with DOS or Windows
Complete...
#####copy resolv.conf#####
#####copy qemu-aarch64-static#####
cp: cannot stat '/usr/bin/qemu-aarch64-static': No such file or directory网络都是好的,执行编译脚本,通不过的
-
RE: mini DP 诱骗器无效
@george 请问DSI的配置文件在哪里,如何配置显示器分辨率。cool pi 有详细的使用教程吗?好像就一个用户手册高速你如何装系统,其它的啥也没了
-
RE: mini DP 诱骗器无效
@jack_admin 修改 fdt /rk3588s-cp4-dsi.dtb后,诱骗器插上有效,但是诱骗器出来的屏幕分辨率只有800x480。而且鼠标一旦移动到诱骗器虚拟出来的屏幕再移回来就显示不了鼠标箭头。而且,重启系统失败,只能把诱骗器从DP口上拔下来,才能重启系统,然后插上诱骗器虚拟出第二块屏幕。
-
ubuntu22.04 启动后SD卡文件管理打不开
ubuntu22.04启动后会在左边栏看到SD卡图标,点击无法打开SD卡文件夹,会一直处在加载状态,ubuntu20.04就没这个问题。