Dobot Vision Kit, Machine Vision System for Education (STEM)

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • Review: Dobot Vision Kit Machine Vision System
    The review unit was supplied by www.dobot.nu/
    Written article for this video: uptimefab.com/...
    Let me know in the comments if you have any questions and I will do my best to answer them.
    Happy programming,
    Robin

КОМЕНТАРІ • 34

  • @HorridConica
    @HorridConica 3 роки тому +3

    Been on the lookout for an English walkthrough of this, thanks!

  • @cliffordinggs9789
    @cliffordinggs9789 Місяць тому

    very informative , thanks

  • @222sseum
    @222sseum 3 роки тому +1

    Hello, I'm a student of DobotVisionStudio, and I have a question about the flow chart of the example of 'Coaster Circle fit'. I got each Peak coordinate by adding '3 Fast Match.MatchRect[L0 Loop.LoopIndex]' to the 'Find Peak' function, but I don't know what to put in the 'Points Align' function and 'Circle Fit' function. Can you explain it to me.

    • @uptimefab7412
      @uptimefab7412  3 роки тому +1

      Hi, this is difficult for me to answer as I have already sent the unit back and therefore no longer have the USB dongle to run the software. The coaster program was based on functions used in the sample files. It is not completely the same but I only used functions that are also used in the examples provided with the software. If you run those, there is also one with a loop function for finding features. My program has the same type of loop. This is the best I can do at the moment, I hope this helps.
      Robin

    • @222sseum
      @222sseum 3 роки тому +1

      @@uptimefab7412 Thank you for your answer. As you said, I checked the example and found that I used the wrong function. I modified it according to the example, and it worked properly!!! Thanks to you, I learn more. Have a nice day :)

    • @uptimefab7412
      @uptimefab7412  3 роки тому +1

      Good to see you were able to resolve the issue. Happy programming!

    • @aaqibkar71
      @aaqibkar71 2 роки тому

      @@222sseum I am starting to learn the basics of this vision software how to use it. My question is would the user guide of vision studio pdf be enough for me to learn and develop a project myself. Thankyou
      I would be waiting for your answer

    • @aaqibkar71
      @aaqibkar71 2 роки тому

      @@222sseum ​ once i finished the colour sorting first time it worked perfectly but then next day when i started to run the same program from beginning dobot started to move to the places where the colour blocks where not even present. Would that be the calibration problem or something else I don’t know what to do could you please help me with that?

  • @espresso-shot
    @espresso-shot Рік тому

    Great video! Are there other similar vision software tools, say for python execution on Raspberry Pi?

    • @uptimefab7412
      @uptimefab7412  Рік тому

      Thanks! Maybe openMV is something to have a look at. I have not used that before so I am not sure how it compares to the Dobot Vision system.

  • @lukehamilton8285
    @lukehamilton8285 Рік тому

    Would it be possible to set up a system where the camera was attached to the robot arm? The camera calibration seems to stop this from being a possibility. I was hoping to set up a system whereby the arm would be on rails and thus the camera would need to move with the arm.

    • @uptimefab7412
      @uptimefab7412  Рік тому +1

      Hi, I think this should be possible. Regardless of where the camera is located a calibration is needed. In one of my earlier videos I had a pixy camera mounted to the arm. Also there it was needed to calibrate the camera at the same height as where it would take a snapshot to find parts. You could mount the camera to a post, fixed to your rail carriage so it moves with the arm bit stays at the same height. The other option is at the eend of the arm but then you would need to raise the arm to the same height each time to take a picture to find parts. So the position of the carriage on the rails is not important, but more the height of the camera and it's XY position in relation to the arm. In both cases the XY compared to the arm is the same for each position on the track. Hope this long answer actually answered your question.

  • @Tarbard
    @Tarbard 3 роки тому +1

    Very interesting video

  • @janarthanandayalan
    @janarthanandayalan Рік тому

    Hello there!!
    Is there any conversion for that radius measurement of the circle objects ? If so please mention and thanks in advance.

    • @uptimefab7412
      @uptimefab7412  Рік тому

      Hi! The radius is also converted from the image to real world coordinates, similar to the other examples. I no longer have the system, but a similar example for determining size of circles is included in the product manual, which can be downloaded for free from the dobot website. That should put you on the right track for how this is done. Cheers, Robin

    • @janarthanandayalan
      @janarthanandayalan Рік тому

      @@uptimefab7412 thank you so much Mr.Robin

  • @ardianpermana8906
    @ardianpermana8906 Рік тому

    can dobot vision detect and identify qrcode?

    • @uptimefab7412
      @uptimefab7412  Рік тому

      Hi, for 2D barcodes the Vision Studio Software that comes with the vision kit can identify QR code and DataMatrix code. (Also a number of 1D barcode formats are supported.) I have not tested 2D barcodes myself, but you can find a detailed description of the capabilities for this in the Dobot Vision Studio User Guide. This can be downloaded for free after creating a free account on dobot-robots.com.

  • @goncalocosta3859
    @goncalocosta3859 Рік тому

    hello, i have some problems with the conversion for the coorninate in the image to a real coordinate to guide the dobot, can you solve my problem?

    • @uptimefab7412
      @uptimefab7412  Рік тому

      Hi, I no longer have the system, just had it for Review. This means I also can't run the software, so helping out with specific programming issues will be difficult. If you have issues with translating the coordinates I would suggest rerunning the calibration procedure, making sure you do it accurately and in the right direction. Also start with a simple example from the manual to see if that works before making your own program. If you still have issues, post the specific question in the don't forum. Sorry this is the best I can do at the moment.

    • @goncalocosta3859
      @goncalocosta3859 Рік тому

      @@uptimefab7412 what was the version you use in the video?

    • @uptimefab7412
      @uptimefab7412  Рік тому

      I am not sure which version the software was unfortunately.

  • @egirian1737
    @egirian1737 Рік тому

    Hello sir, can i get the price?

    • @uptimefab7412
      @uptimefab7412  Рік тому

      Hi, I am not involved in selling this type of equipment, but I see that in my country the price is close to 2.000 euro at the moment. Might be different in other countries.

  • @aaqibkar71
    @aaqibkar71 2 роки тому

    I am starting to learn the basics of this vision software how to use it. My question is would the user guide of vision studio pdf be enough for me to learn and develop a project myself. Thankyou
    I would be waiting for your answer

    • @uptimefab7412
      @uptimefab7412  2 роки тому +1

      Hi, I also did not have very much in depth knowledge about this type of system before testing this camera. I think by following the PDF guide you will be able to learn the most important functions of this system. You would need to have access to the vision camera and actually do the experiments. Just reading the PDF does not provide enough insight I think.

    • @aaqibkar71
      @aaqibkar71 2 роки тому

      @@uptimefab7412 Yes mvs vision system camera is provided and i am having access with that. I did the first example today practically choosing green colour thanks Allah and then thanks to you ❤.
      I took me just two days to accomplish this but do you think within a month or so may be more i will be able to do any more or less complex project using this dobot magician and publish a paper using that. What is your thought on that? Please do reply?

    • @uptimefab7412
      @uptimefab7412  2 роки тому +1

      Hi, I think you should be able to create more complex projects after some more experience. I would r commend to create every examen in the software that is explailned in the manual. This will allow you to have knowledge on most functionality. It will take a couple of days to go through all the examples but well worth the effort.

    • @aaqibkar71
      @aaqibkar71 2 роки тому

      @@uptimefab7412 thankyou ❤️ I will surely try in sha Allah

    • @aaqibkar71
      @aaqibkar71 2 роки тому

      @@uptimefab7412 once i finished the colour sorting first time it worked perfectly but then next day when i started to run the same program from beginning dobot started to move to the places where the colour blocks where not even present. Would that be the calibration problem or something else I don’t know what to do could you please help me with that?

  • @PajaOL
    @PajaOL Рік тому

    Hello, great tutorial. How can you manage that the program runs continuously and the suction cup is grabbing all blue cubes? Thank you.

    • @uptimefab7412
      @uptimefab7412  Рік тому

      Hi, you can create a flow with a color filter to pick up blue cubes and then just press the continuous run play button from the menu bar. This with loop the program indefinitely.