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.
    • - Offline
      -LLL @veye_xumm
      last edited by

      @veye_xumm 950be748-7ed7-44dd-98eb-508f02c794f0-image.png 我用v4l2的成像是这个样子的

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

        @lll 我调整了镜头位置 现在可以正常成像了 我再想问一下 如果想用代码调用要怎么操作 python或者c++都可以

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

          @lll 你可以参考一下part8

          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 我需要6个摄像头同步拍摄 请问这个要怎么操作

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

              @lll
              摄像机支持外触发模式,用同一个外触发信号触发6个相机。
              然后写程序从/dev/video0到/dev/video5取图。

              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.)

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

                @veye_xumm 外触发需要做

                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 请参考7.4.3

                    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 88e5bb6b-d156-4d0f-9915-45f52e36a1fb-image.png我现在接线是这样 请问GPIO的接线是接到哪个针口

                      veye_xummV 1 Reply Last reply Reply Quote 0
                      • 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

                                            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