This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to comnect the Webcam automaticly

Well i am an inactive user so i am trying to share smth very valuable.

I have working sauce code written by me in C to connect webcam automaticly and it gets a frame when you want. Also if you want you can get frames using loops. This source code is a fundemental stone for all image processing projects.
Only thing you have to is call this code from your source code while your webcam is running.
but I dont know how to connect webcam to processor! I tried connecting to the port pins but it didnt work properly. do I Need To connect to the UsB Pins of the processor? but I cannot find the usb connector?

If You Can Help me I Will Let You have Some of my Code.

Parents
  • Are you sure that your processor even has USB pins?

    "I cannot find the usb connector?"

    Clearly, the processor itself - ie, the chip - won't have a built-in USB connector!
    Therefore, it must be on the board somewhere - if your processor and your board both have USB support.
    If you can't see it, that's probably because there is no USB support.

    As Erik says, you'd need USB Host support anyhow - which is even more unlikely!

Reply
  • Are you sure that your processor even has USB pins?

    "I cannot find the usb connector?"

    Clearly, the processor itself - ie, the chip - won't have a built-in USB connector!
    Therefore, it must be on the board somewhere - if your processor and your board both have USB support.
    If you can't see it, that's probably because there is no USB support.

    As Erik says, you'd need USB Host support anyhow - which is even more unlikely!

Children
No data