Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. indream
    I
    • Profile
    • Following 0
    • Followers 0
    • my integral 1037
    • Topics 1
    • Posts 21
    • Best 4
    • Groups 0

    indreamLV 5

    @indream

    1037
    integral
    5
    Reputation
    3
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website space.bilibili.com/6345014 Location Mars

    indream Unfollow Follow

    Best posts made by indream

    • Reply: T113-S3入门资料汇总(避坑指南)一

      非常感谢分享,刚开始学习

      posted in 其它全志芯片讨论区
      I
      indream
    • Reply: V821 烧录,驱动一直识别错误,如何解决

      @lxq_69697769 win11的话,要关闭内存完整性功能,需要进入“Windows 安全中心”的“设备安全性”部分,然后找到“内核隔离”并关闭“内存完整性”开关。

      posted in V Series
      I
      indream
    • Reply: V821 开发板如何设置摄像头分辨率

      @volcan_w 参考这个文档:https://docs.aw-ol.com/docs/soc/v821/camera/init_sensor#定义分辨率相关配置

      posted in V Series
      I
      indream

    Latest posts made by indream

    • Reply: V821有芯片手册吗?

      个人玩的话买百问网的板子送资料

      posted in V Series
      I
      indream
    • Reply: V853使用MIPI CSI接口是否只支持RAW格式像素?

      @xjy_5 虽然你已经不在了,我最近也碰到这个颜色偏移的问题,来留个记录。原因是图像高度没有对齐, height is towards 16 alignment。比如1920x1080需要改成1920x1088.

      posted in V Series
      I
      indream
    • Reply: V821 开发板如何设置摄像头分辨率

      @volcan_w 参考这个文档:https://docs.aw-ol.com/docs/soc/v821/camera/init_sensor#定义分辨率相关配置

      posted in V Series
      I
      indream
    • Reply: Tina V821 Linux系统使用V4L2打开摄像头

      @volcan_w 是的

      posted in V Series
      I
      indream
    • Reply: Tina V821 Linux系统使用V4L2打开摄像头

      @volcan_w 看看v4l2_ctrl_new_std相关的设置

      posted in V Series
      I
      indream
    • Reply: Tina V821 Linux系统使用V4L2打开摄像头

      @volcan_w 这几个命令初始化时可能没有注册成功,或者传的值超过了注册的最小最大范围。

      posted in V Series
      I
      indream
    • Reply: V821 烧录,驱动一直识别错误,如何解决

      @lxq_69697769 win11的话,要关闭内存完整性功能,需要进入“Windows 安全中心”的“设备安全性”部分,然后找到“内核隔离”并关闭“内存完整性”开关。

      posted in V Series
      I
      indream
    • Reply: Tina V821 Linux系统使用V4L2打开摄像头报错,如何解决?

      @volcan_w 在 Tina V821 Linux系统使用V4L2打开摄像头报错,如何解决? 中说:

      V4L2_BUF_TYPE_VIDEO_CAPTURE

      用V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE

      posted in 其它全志芯片讨论区
      I
      indream
    • Reply: MPP SAMPLE怎样编译到img里面去

      @godzhou0909 https://docs.aw-ol.com/docs/soc/v821/mpp/mpp_faq
      MPP Sample 自动拷贝到打包的固件中
      由于 MPP Sample 编译出来较大,所以默认没有拷贝到固件里,但是在出测试固件的时候需要将可执行的 Sample 也打包到固件里,方便测试烧写

      这里以 sample_smartIPC_demo 为例,演示如何将 Sample 和对应配置文件配置自动打包到固件里

      修改文件: openwrt/package/allwinner/eyesee-mpp/middleware/Makefile

      define Package/$(PKG_NAME)/install
          $(INSTALL_DIR) $(1)/mnt/app
      	if [ -d $(SRC_COMPILE_DIR)/install ]; then \
      		$(CP) -r $(SRC_COMPILE_DIR)/install/* $(1); \
      	else \
      		echo "fatal error! why $(SRC_COMPILE_DIR)/install not exist?"; \
      	fi
      	$(CP) $(SRC_COMPILE_DIR)/sample/sample_smartIPC_demo/sample_smartIPC_demo $(1)/mnt/app
      	$(CP) $(SRC_COMPILE_DIR)/sample/sample_smartIPC_demo/sample_smartIPC_demo.conf $(1)/mnt/app
      endef
      
      define Package/$(PKG_NAME)-demo/install
      	@echo "package $(PKG_NAME)-demo has no libs or exeFiles to install.";
      endef
      

      ![c2d22b25-d713-4fc6-99cd-44f0d4f9505c-image.png](ENOSPC: no space left on device, copyfile '/tmp/DgxX7hbBAT_ATekeh8KYFVMi.png' -> '/usr/src/app/public/uploads/files/1750462193734-c2d22b25-d713-4fc6-99cd-44f0d4f9505c-image.png')

      posted in V Series
      I
      indream
    • Reply: 请问有F1C100S硬编码的资料吗?

      @jerry111

      https://github.com/aodzip/cedar

      posted in RTOS
      I
      indream