Navigation

    Robolink logo
    • Register
    • Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.users]]
    • [[global:header.groups]]
    As of September 2021, we have moved technical support to Robolink Help

    Welcome to the Robolink Community forum!

    You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.

    Can Codrone fly along the line?

    CoDrone Troubleshooting
    codrone codrone pro pattern flying motion tracking automatically
    3
    7
    4082
    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.
    • James Whitee
      James Whitee last edited by James Whitee

      Can Codrone fly along the white line in dark background automatically? I saw Codrone can pattern flying and motion tracking in the video. How to use these functions and make it fly along the white line in dark background automatically? (Like this↓↓↓↓)
      0_1581579814051_未命名.png

      1 Reply Last reply Reply Quote 0
      • James Whitee
        James Whitee @ixmclean last edited by

        @ixmclean Thanks ! I got it !

        1 Reply Last reply Reply Quote 0
        • James Whitee
          James Whitee @robolink_leila last edited by

          @robolink_leila Okay, thanks a lot Leila!

          1 Reply Last reply Reply Quote 1
          • I
            ixmclean @James Whitee last edited by

            @james-whitee BL is the Blue tooth linking module (you can't use your computer's native bluetooth)
            RTSP: is the protocol used by the drone to transmit it's video. you do NOT have the capability to process the video on the drone, and using the FPV module with the CODRONE, you (via computer) will capture the RTSP video feed (the FPV transmits the RTSP feed via wireless network). You then do your Computer Vision processing on the frames you select and in turn can use that to make decisions of how to fly the drone.

            James Whitee 1 Reply Last reply Reply Quote 0
            • robolink_leila
              robolink_leila @James Whitee last edited by

              @james-whitee CoDrone does not have the capabilities to follow lines automatically. You would have to use the FPV module and computer vision in Python, however, we do not offer those lessons on our website. For pattern flying, check out our documentation. Hope this helps!

              James Whitee 1 Reply Last reply Reply Quote 0
              • James Whitee
                James Whitee @ixmclean last edited by

                @ixmclean Hmm, I don't get it (like BL module, RTSP etc). Can you speak more simply? Thanks.

                robolink_leila I 2 Replies Last reply Reply Quote 0
                • I
                  ixmclean last edited by

                  (my perspective as I only use python) You would need to have an active link to the drone, (using their BL module from a computer {a pi works}) capture the video feed, do some Computer Vision processing (i.e. openCV) to the captured frames and make assessments to what the drone needs to self correct and transmit those movements back to the drone. The drone will not be self sustaining/autonomous without a system actively processing/issuing commands. Even when done with the Arduino IDE (though the drone cannot self access its video feed, there is no pre-capture before is it broadcast via RTSP) it can do patterns, but not video processing.

                  James Whitee 1 Reply Last reply Reply Quote 0
                  • First post
                    Last post