Это видео недоступно.
Сожалеем об этом.

Pixy Cam to with Arduino

Поделиться
HTML-код
  • Опубликовано: 28 июл 2015
  • Hooking up Pixy Cam "CMUcam5 " to a Microcontroller Arduino
    and the Code for used with your project.
    Code - www.jumpinkit.com
    sites.google.c...

Комментарии • 92

  • @jstaguan
    @jstaguan 8 лет назад +1

    :) Nice one.. I hav my PixyCam for almost a year now but haven't touched it yet. :) this inspire me to resume my project. thanks.

  • @nomateovargas
    @nomateovargas 4 года назад

    Thank you very much from Colombia, I needed the signature as a variable, you helped me a lot, really thank you very much

  • @BushCampingTools
    @BushCampingTools 7 лет назад +1

    This is an absolutely great instructional video. I have been trying to get this to work for ages and now I can, thanks so much for making this video! BTW your "Lab" looks great! and I subbed too!

  • @yunrinyuio3104
    @yunrinyuio3104 4 года назад

    nice video !!! Thank you very much from Japan .

  • @jay1st1st
    @jay1st1st 3 года назад

    i'm a bit disapointed about this, it does not recognise objects but colors only. It should have a feature to identify objects based on shape.

  • @FerneyManrique
    @FerneyManrique 2 года назад

    Absolutely brilliant!.

  • @MechDickel
    @MechDickel 8 лет назад

    Very nice presentation for this cool image sensor!

  • @muhammadhabibalkhairi7946
    @muhammadhabibalkhairi7946 3 года назад

    Thank you, your video really helpful. Keep your work sir.

  • @qzorn4440
    @qzorn4440 4 года назад

    wonderful pixy cam video thanks :)

  • @alexanderyuvensky4913
    @alexanderyuvensky4913 7 лет назад +2

    Отличное видео! Спасибо!
    Голос ведущего напоминает Леонида Володарского, переводчика-синхрониста с гнусавым голосом. :)

  • @fatihklnc1525
    @fatihklnc1525 7 лет назад

    hello, i am afraid of connecting pixy cam to arduino and computer at the same moment, can i do this without doing any extra things not to give any harm to the camera?

  • @esereser7050
    @esereser7050 5 лет назад

    I have two questions:
    If we have introduced two different color objects into the camera, and the camera sees two different objects, then what object is the pantilt focused on?
    2. When the camera loses the body, does it stay in the focus of losing the pants body, or is there a home position where the pantilt goes?
    For these two questions, can we send the data to the camera with arduino to make the selections that we want? Is there a library for this

    • @JulioZaga
      @JulioZaga 5 лет назад

      First Set 2 or more signatures in the PixyMon, then copy the second code on sites.google.com/view/jumpinkit/pixy-proyect
      I writer for you. telme if works good luck
      #include
      Pixy pixy;
      void setup()
      {
      Serial.begin(9600);
      pixy.init();
      }
      void loop()
      {
      static int i = 0;
      int j;
      int16_t signature;
      uint16_t blocks;
      blocks = pixy.getBlocks();
      if (blocks)
      {
      i++; //

  • @nzehouse6291
    @nzehouse6291 6 лет назад

    I have here problem in this line , Serial.print(pixy.blocks[j].type); can you help me to solve this problem ?

  • @giorgikurtanidze222
    @giorgikurtanidze222 7 лет назад

    hello, each color has his own signature? for example red-signature 1, green-signature 2?

  • @MeechieFiftySixty
    @MeechieFiftySixty 6 лет назад

    I keep getting an error for: Serial.print(pixy.blocks[j].type);
    It gives me back the error: 'struct Block' has no member named 'type'

  • @yusufy4743
    @yusufy4743 4 года назад

    How do u power ur pixy cam? Arduino doesn't give enough power

  • @user-mb9sd9ty5k
    @user-mb9sd9ty5k 6 лет назад

    Hi, is it possible to train the camera to monitor the human body?

  • @zeynepesmapoyraz8395
    @zeynepesmapoyraz8395 2 года назад

    thank you sm!

  • @MrAliusman73
    @MrAliusman73 5 лет назад

    can it recognize deck of cards or different currency notes?

  • @KIXEMITNOG
    @KIXEMITNOG Год назад

    Thanks sir

  • @ClearNinjaFox
    @ClearNinjaFox 8 лет назад

    how come i dont see the servo protocols in any of this libraries ? i see
    the xy w and h but i dont see those values being ported over to the
    serial for arduino to tell servo to move

    • @JulioZaga
      @JulioZaga 8 лет назад

      +Sys.stem the arduino code is only to work with the Pixy cam,
      the Pixy cam in self drive the servos, and you program the camera via the PixyMon.

  • @valerielawdensky1685
    @valerielawdensky1685 8 лет назад

    Thanks for this!

  • @kentkruger737
    @kentkruger737 7 лет назад

    Hello, my pixy cam pan/tilt mechanism keeps turning all the way to the right when using an Arduino uno. But if the device is directly connected to the pixy software (connected directly to the computer) it works just fine. Do you have any suggestions or solutions to why this is occurring?

    • @murdomeek
      @murdomeek 7 лет назад

      make sure you get a 'genuine' arduino.
      A lot of the clones do not support the full servo library

  • @did3d523
    @did3d523 2 года назад

    too expensive how make it low cost?

  • @jessicaaguiar1909
    @jessicaaguiar1909 8 лет назад

    Hi! I'm wondering if this pixy cam can be used with a pic to recognize a alluminium can... would you know and could answer me? i'm working in my final exam and i'm thinking to do a smart garbage...

    • @JulioZaga
      @JulioZaga 8 лет назад

      Hi Jessica: the Pixy recognise color, one or a group of colors so if you can arrange small color squares on the can Pixy will recognise. good luck with your project

  • @utkarshkulkarni28
    @utkarshkulkarni28 5 лет назад

    Sir we have project of making coin sorting machine by useing camera module. Is this possible. If possible then make video how to program or give info in reply.

  • @paulgrl5227
    @paulgrl5227 7 лет назад

    A new version with a gimbal and brushless motors? =)

  • @briandowns6263
    @briandowns6263 7 лет назад

    Great video. Works OK when I use 'HELLO WORLD' but I get the error 'exit status 1
    stray '\357' in program' when I load and try to run your program.

    • @JulioZaga
      @JulioZaga 7 лет назад

      Brian Downs tried to update de pixy laibriry

  • @petermoritz2452
    @petermoritz2452 6 лет назад

    Hi! Nice video! Could you help me to setup a pixy cam to run a whealchair bot thru arduino and a sabertooth motor controller?

  • @Eng_Fahad80002
    @Eng_Fahad80002 7 лет назад

    Thank you sooooooooo much

  • @in6seconds
    @in6seconds 8 лет назад

    wheres the code that you said would be in the comments...

  • @PCLye
    @PCLye 5 лет назад

    Hi
    how far can pixy cam detect the calibrated object? what is the smallest size the object can be?

    • @JulioZaga
      @JulioZaga 5 лет назад

      How far? Depend on the size of the object. And at this cámara you can change the lens is need.

  • @serignembackeboussoleye7418
    @serignembackeboussoleye7418 5 лет назад

    How to move servos from arduino?

  • @baboinkz7227
    @baboinkz7227 7 лет назад

    Hello, sir.
    I have a quick question if Pixy Cam can recognize a shape of an object?

    • @JulioZaga
      @JulioZaga 7 лет назад

      Ba bOinkz yes and no. the pixy recognize color individual or a group of color so in the case of a group can see if wish order they are and position this can be use to recognize objects.

  • @weissestangel3323
    @weissestangel3323 7 лет назад

    I try use this camera by using the code in adafruit but the code won't work do you know why ?

    • @JulioZaga
      @JulioZaga 7 лет назад

      TRY THIS
      sites.google.com/view/jumpinkit/pixy-proyect

  • @alexanditor332
    @alexanditor332 7 лет назад

    Hey I have a problem.
    Serial.print(pixy.blocks[j].type); Error !
    saying that struct block has no member named 'type'
    Help me please !

    • @JulioZaga
      @JulioZaga 7 лет назад

      tried to Up to date software, be sure to have the lates versions.

    • @anahi1776
      @anahi1776 6 лет назад

      I already tried the code and if you just comment the line the code of the type and angle it will work :)

  • @nedstar7378
    @nedstar7378 6 лет назад +1

    It would be more useful if it could do face tracking. They promise before but never offer, now I regret I buy this cam.

  • @jaimesimon5418
    @jaimesimon5418 Год назад

    Excelente.

  • @abdulrahmanal-nahari5011
    @abdulrahmanal-nahari5011 6 лет назад

    Can I use this Camera for sorting material like plastic metal and paper

    • @JulioZaga
      @JulioZaga 6 лет назад

      Abdulrahman Al-nahari this camera works whit colors only

    • @abdulrahmanal-nahari5011
      @abdulrahmanal-nahari5011 6 лет назад

      Okay thanks, but If I want sensor to detect plastic, do you have any idea what sensor should I use

  • @user-ht9en5hr7g
    @user-ht9en5hr7g 5 лет назад

    我沒有pixy畫面上面第四個物件

  • @FlavioOliveira
    @FlavioOliveira 7 лет назад

    Ola amigo?
    sabe me falar se esse é o mesmo sistema usado nas câmeras speed dome que acompanham pessoas?
    Ou se é possível usar esse sistema para fazer uma câmera que segue o movimento das pessoas?

    • @JulioZaga
      @JulioZaga 7 лет назад +1

      Pixy cam es un sensor de color sigue Colores. NO Figuras
      ..Pixy is a Color sensor dont folow shapes.

  • @patriotir
    @patriotir 8 лет назад +1

    how can we smooth the servo motion?

    • @JulioZaga
      @JulioZaga 8 лет назад

      if the servos are connected direct into the Pixy go to CONFIGURE / Servo -

  • @axelcabnal4268
    @axelcabnal4268 7 лет назад

    hello could you share me your Arduino code to compare with mine did not work the servos

    • @JulioZaga
      @JulioZaga 7 лет назад

      the servos will control from the "PixyMon" if you want to control from the Arduino you have to read the position Servo1=(pixy.blocks[j].x);" Servo2=(pixy.blocks[j].y);"

    • @axelcabnal4268
      @axelcabnal4268 7 лет назад

      thank you, as you would do to activate my DC motors are normal, but can not find any example how to move according to what is capturing.

  • @microcontrollersprojects2762
    @microcontrollersprojects2762  8 лет назад +1

    in6seconds Here is the code
    #include
    #include
    Pixy pixy;
    void setup()
    {
    Serial.begin(9600);
    Serial.print("Starting...
    ");
    pixy.init();
    }
    void loop()
    {
    uint16_t type;
    static int i = 0;
    int j;
    int16_t signature;
    int16_t angle;
    uint16_t blocks; //

    • @mohdshashamohdzaffa2679
      @mohdshashamohdzaffa2679 8 лет назад

      +Microcontrollers Projects Thanks for this video. May I know, I am getting error at this line:
      Serial.print(pixy.blocks[j].type);
      saying that struct block has no member named 'type'.. .can you please help me out? thnk u

    • @ClearNinjaFox
      @ClearNinjaFox 8 лет назад

      +Microcontrollers Projects how come i dont see the servo protocols in any of this libraries ? i see
      the xy w and h but i dont see those values being ported over to the
      serial for arduino to tell servo to move

    • @amirsadrpour3456
      @amirsadrpour3456 8 лет назад

      +Microcontrollers Projects : can you share the details of your hardware ? is this a similar servo ?
      www.ebay.com/itm/Pan-Tilt-Servo-Motor-Kit-for-Pixy-2-Axis-Robotic-Camera-Mount-Security-Home-Safe-/272193578096?hash=item3f60006470:g:Fh4AAOSwstxVRKC9
      also does the servo provides 360 degree rotation , i want to know if i can turn this camera into a radar system that allows me to scan a complete circle around and look for 5-6 distinct signatures around a robot ... is there a cheaper alternative to this camera and servo (it costs more than $130 for camera and servos)
      Thank you much

    • @JulioZaga
      @JulioZaga 8 лет назад

      +Amir Sadrpour Yes same camera.

    • @JulioZaga
      @JulioZaga 8 лет назад

      +Amir Sadrpour the arduino code is only to work with the Pixy cam,
      the Pixy cam in self drive the servos, and you program the camera via the PixyMon.

  • @yosephyuwono6675
    @yosephyuwono6675 6 лет назад

    Can cmu cam use for detect word or number?

    • @JulioZaga
      @JulioZaga 6 лет назад

      Pixy is a color sensor recognize single color or combinations of colors

  • @Brad_Jacob
    @Brad_Jacob 7 лет назад

    What servos are you using?

  • @limajfrancisco2940
    @limajfrancisco2940 7 лет назад

    hi sir. nice work ....how can i insert that to my java program?

    • @JulioZaga
      @JulioZaga 7 лет назад

      Limaj Francisco the Arduino microcontroller code is in c

    • @limajfrancisco2940
      @limajfrancisco2940 6 лет назад

      i mean to my java system ...the camera output?

    • @JulioZaga
      @JulioZaga 6 лет назад

      Limaj Francisco yes one's you have the variant then used in any way...

  • @shaker6694
    @shaker6694 7 лет назад

    can i use web cam ?

    • @peytonmac1131
      @peytonmac1131 7 лет назад

      No. A pixycam is basically a computer in itself. All of the visual processing is done on board and then it just sends the data to the arduino or other microcontroller. If you wanted to use a webcam you would need to use something like OpenCV, which has far more functionality, but has a higher learning curve.

  • @moeshickenyay
    @moeshickenyay 3 года назад

    Did not find it helpful.