VEYE IMAGING Forum
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    • Register
    • Login

    MV-MIPI-SC130m 检测不到摄像头

    Scheduled Pinned Locked Moved General Discussion
    51 Posts 3 Posters 30.7k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • veye_xummV Offline
      veye_xumm @-LLL
      last edited by

      @lll dd1c4383-62c9-440b-a1c7-7ceb3dd99177-image.png

      Questions will be answered as soon as possible, please be patient.
      如果你使用中文,请直接用中文提问。
      May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

      - 1 Reply Last reply Reply Quote 0
      • - Offline
        -LLL @veye_xumm
        last edited by

        @veye_xumm 我的j19跟图里的不一样

        veye_xummV 1 Reply Last reply Reply Quote 0
        • veye_xummV Offline
          veye_xumm @-LLL
          last edited by

          @lll 应该把J19上的备用短路子都拆下来。按照我的发给你的图操作。短路子可能少几个,你得再找几个或者用杜邦线短接一下J7的短路子。

          Questions will be answered as soon as possible, please be patient.
          如果你使用中文,请直接用中文提问。
          May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

          1 Reply Last reply Reply Quote 0
          • - Offline
            -LLL
            last edited by

            9acb0409-bd12-4f19-b1bc-30ba798f831c-image.png 46bfa870-3b0b-4d47-a939-3f183e3e77c7-image.png 您好 同步调用6摄像头的话是整合这两个代码吗

            veye_xummV 1 Reply Last reply Reply Quote 0
            • veye_xummV Offline
              veye_xumm @-LLL
              last edited by

              @lll 左边的是输出触发信号,右边的是取图并显示。
              这只是非常非常简单的demo,你需要根据自己的业务功能去设计你的程序。

              Questions will be answered as soon as possible, please be patient.
              如果你使用中文,请直接用中文提问。
              May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

              - 1 Reply Last reply Reply Quote 0
              • - Offline
                -LLL @veye_xumm
                last edited by

                您好 我想找一下调用摄像头进行拍图抓图存图的python代码 请问在哪里

                1 Reply Last reply Reply Quote 0
                • - Offline
                  -LLL
                  last edited by

                  您好 多个摄像头拍照的同步性是不是跟我写得代码有关

                  veye_xummV 1 Reply Last reply Reply Quote 0
                  • H Offline
                    hxm @-LLL
                    last edited by

                    @lll 麻烦问一下 您解决了吗 我也要做和你差不多的

                    - 1 Reply Last reply Reply Quote 0
                    • veye_xummV Offline
                      veye_xumm @-LLL
                      last edited by

                      @lll 多个相机采用同一个触发信号的话,硬件层面上就保证了【拍摄】时刻的同步性。至于你的软件获取数据,只要正确获取,且没有过大的延时,不会影响同步性。

                      Questions will be answered as soon as possible, please be patient.
                      如果你使用中文,请直接用中文提问。
                      May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                      - 1 Reply Last reply Reply Quote 0
                      • - Offline
                        -LLL @veye_xumm
                        last edited by

                        @veye_xumm我使用了python的多进程通过opencv来抓图 对于运动目标的话 有时候会出现不对齐的情况

                        veye_xummV 1 Reply Last reply Reply Quote 0
                        • - Offline
                          -LLL @hxm
                          last edited by

                          @hxm 请问是什么问题 同步拍摄吗

                          1 Reply Last reply Reply Quote 0
                          • veye_xummV Offline
                            veye_xumm @-LLL
                            last edited by

                            @lll

                            @lll said in MV-MIPI-SC130m 检测不到摄像头:

                            我使用了python的多进程通过opencv来抓图 对于运动目标的话 有时候会出现不对齐的情况

                            请问你这个情况是错帧吗?比如camera1的第N帧和camera2的第N+1帧不对齐?

                            Jetson系统应该是提供了接收到一帧数据的时候的时间戳的,你可以到英伟达的资料库找一下,能不能把这个时间戳用起来。

                            Questions will be answered as soon as possible, please be patient.
                            如果你使用中文,请直接用中文提问。
                            May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                            - 1 Reply Last reply Reply Quote 0
                            • - Offline
                              -LLL @veye_xumm
                              last edited by

                              @veye_xumm 我只是简单的做了一个对秒表拍摄的试验,就是作用相机拍到的时间有时候会有点偏差,特别是相机轻微晃动的时候

                              veye_xummV 1 Reply Last reply Reply Quote 0
                              • veye_xummV Offline
                                veye_xumm @-LLL
                                last edited by

                                @lll 偏差是多少? 曝光时间配置的是多少?

                                Questions will be answered as soon as possible, please be patient.
                                如果你使用中文,请直接用中文提问。
                                May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                                - 1 Reply Last reply Reply Quote 0
                                • - Offline
                                  -LLL @veye_xumm
                                  last edited by

                                  @veye_xumm 抓拍的一组图是0.07 曝光时间的话是原始设置的 不太清楚

                                  veye_xummV 1 Reply Last reply Reply Quote 0
                                  • veye_xummV Offline
                                    veye_xumm @-LLL
                                    last edited by

                                    @lll 做这种测试,你最好用手动曝光,把曝光时间拉低。原理上,传感器出的图肯定是同步的。 可能是后面到主板之后预览的时候,每个进程缓存的buffer数量有不同,有波动。

                                    Questions will be answered as soon as possible, please be patient.
                                    如果你使用中文,请直接用中文提问。
                                    May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                                    - 1 Reply Last reply Reply Quote 0
                                    • - Offline
                                      -LLL @veye_xumm
                                      last edited by

                                      @veye_xumm 曝光时间是只能通过那个脚本文件进行修改么

                                      veye_xummV 1 Reply Last reply Reply Quote 0
                                      • veye_xummV Offline
                                        veye_xumm @-LLL
                                        last edited by

                                        @lll 是的。本质上是修改对应的寄存器即可。

                                        Questions will be answered as soon as possible, please be patient.
                                        如果你使用中文,请直接用中文提问。
                                        May the force be with YOU. (This is the translation of the mysterious Chinese symbol above.)

                                        1 Reply Last reply Reply Quote 0

                                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                        With your input, this post could be even better 💗

                                        Register Login
                                        • First post
                                          Last post