Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Fixed Camera Wiring Diagram

  1. #1

    Fixed Camera Wiring Diagram

    Our original assembly guide had an incorrect wiring diagram for the camera. If you wired up your camera before April 29th 4:00 CST, please check your camera against the latest version of the assembly guide that now has the correct wiring diagram the white and green data lines need to be swapped from the incorrect graphic.

    The incorrect wiring should not have caused any damage to your system and there should be extra heat shrink for you to make repairs, but if you have problems (like length problems)please let me know.



    Attachment 5896
    Last edited by kgranat; 04-29-2015 at 04:09 PM.

  2. #2
    Join Date
    Apr 2015
    Location
    Austin, Texas
    Posts
    17
    Images
    15
    Rep Power
    25

    Re: Fixed Camera Wiring Diagram

    Hey there,

    Where can I find the specs on the camera? Also, is there any reason that we can/not use the raspi camera with the Pi?

  3. #3
    Join Date
    Sep 2010
    Location
    ಠ_ಠ
    Posts
    2,317
    Images
    27
    Rep Power
    287

    Re: Fixed Camera Wiring Diagram

    Quote Originally Posted by jveejay View Post
    Where can I find the specs on the camera?
    Is it not simply the cheap RobotGeek VGA-resolution USB webcam?

    Quote Originally Posted by jveejay View Post
    Also, is there any reason that we can/not use the raspi camera with the Pi?
    As I recall, one reason given for not using the RPiCamera was difficulty in safely routing the flat-flex cable within the confines of the robot's shell. Also, a USB webcam provides a uniform sensor for all kits since the initial design was for Edison which has no camera interface like the RPi. Using the RPiCamera can also require a bit more effort to integrate into code than a standard USB camera with a V4L driver/interface.
    Please pardon the pedantry... and the profanity... and the convoluted speech pattern...
    "You have failed me, Brain!"
    [git][mech][hack]
    gives free advice only on public threads

  4. #4

    Re: Fixed Camera Wiring Diagram

    There exists a v4l driver for the RPi camera now, but it's not higher performance than the USB.
    The benefit of the RPi camera comes when you use the RPi-only APIs to route it straight into the GPU, and use the GPU for H.264 encode, JPEG encode, image processing, display, etc.

  5. #5
    Join Date
    Apr 2015
    Location
    Austin, Texas
    Posts
    17
    Images
    15
    Rep Power
    25

    Re: Fixed Camera Wiring Diagram

    Quote Originally Posted by jwatte View Post
    There exists a v4l driver for the RPi camera now, but it's not higher performance than the USB.
    The benefit of the RPi camera comes when you use the RPi-only APIs to route it straight into the GPU, and use the GPU for H.264 encode, JPEG encode, image processing, display, etc.
    I originally built the bot fully using the Edison, but then the camera seemed to be a big issue since the performance is rather weak with the Edison. You can't get enough FPS doing real-time vision processing. Therefore, I removed it and went to the Raspi.

    You do make a good point that the GPU based compute is good for real-time processing, and that's the real reason that I went with the RPi camera. Otherwise, it is really hard to get the CPU to do much if the system is busy processing the video stream.

    I do realize that using the RPi camera locks me down to the Pi. I can see why Trossen guys decided to go the obvious platform independent approach.

    Are you guys doing anything with real-time face detection and responsiveness from the robot? I'm basically trying to do face detection based social development of the robot.
    Last edited by jveejay; 06-02-2015 at 08:55 AM.

  6. #6
    Join Date
    Apr 2015
    Location
    Austin, Texas
    Posts
    17
    Images
    15
    Rep Power
    25

    Re: Fixed Camera Wiring Diagram

    By the way, I have not used the RobotGeek VGA USB webcam. Do you guys have prior experience with it? Could someone describe your experience? I haven't played with it enough, so it is possible that it can be used very effectively, but perhaps I just coded it badly?!

  7. #7

    Re: Fixed Camera Wiring Diagram

    Otherwise, it is really hard to get the CPU to do much if the system is busy processing the video stream.
    WIth the Rpi 2, this is less of a problem, especially if you use a compiler that supports Neon and turn it on with compile options.

  8. #8
    Join Date
    Apr 2015
    Location
    Austin, Texas
    Posts
    17
    Images
    15
    Rep Power
    25

    Re: Fixed Camera Wiring Diagram

    Quote Originally Posted by jwatte View Post
    WIth the Rpi 2, this is less of a problem, especially if you use a compiler that supports Neon and turn it on with compile options.
    Sweet. Thanks for letting me know. I was counting on using the RPi 2 camera, so that I can leverage the SoC fully for fast processing of video. I had to get an extension cable because the 150mm default RPi camera doesn't reach the main connector. I am hoping the longer one I got will do the trick, can't wait to get vision up and running because I can't think of many things to do without vision!

  9. #9

    Re: Fixed Camera Wiring Diagram

    Is there any code for the camera's yet I mean even a test, to show that they still work?

  10. Re: Fixed Camera Wiring Diagram

    We were able to get them to work for face identification with OpenCV. We don't have any demo code on us, but we can confirm that the hardware works.

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 guests)

Similar Threads

  1. Arbotix Pro Pin Out diagram and JTAG Programming Guide
    By wiweet in forum HR-OS1 Development and Discussion
    Replies: 2
    Last Post: 04-28-2015, 10:08 AM
  2. Suggestion on this diagram
    By accelleon in forum Robot Computers
    Replies: 8
    Last Post: 12-07-2009, 04:50 PM
  3. Help understanding a diagram
    By Resilient in forum Robotics General Discussion
    Replies: 3
    Last Post: 03-30-2009, 12:27 AM
  4. Arduino Diagram
    By sthmck in forum Arbotix, Microcontrollers, Arduino
    Replies: 1
    Last Post: 02-02-2009, 06:42 PM
  5. News/Announcement RSS Feeds in the TRC are fixed!!! Well... sort of:-)
    By Alex in forum Off Topic
    Replies: 3
    Last Post: 08-08-2008, 11:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •