Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Web cam / Image processing

Web cam / Image processing

Scheduled Pinned Locked Moved IT & Infrastructure
c++javaquestion
3 Posts 3 Posters 0 Views 1 Watching
  • 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.
  • Y Offline
    Y Offline
    yam_rider
    wrote on last edited by
    #1

    I'll be working on a project sometime soon that involves image capture and processing. See below for brief description. - I want to be able to view the video from a webcam in a GUI. - Capture frames from that video. - Process the images. That's it! Has anyone written an application similar to this? Can anyone recommend a language best suited for this type of application... Visual C++, VB, Java? I'm in no hurry to get this project started, and I'm able to learn new languages fairly easily. I've completed a project similar to this, but in assembly language. I want to step it up to a higher level language with a GUI. Thanks!

    C S 2 Replies Last reply
    0
    • Y yam_rider

      I'll be working on a project sometime soon that involves image capture and processing. See below for brief description. - I want to be able to view the video from a webcam in a GUI. - Capture frames from that video. - Process the images. That's it! Has anyone written an application similar to this? Can anyone recommend a language best suited for this type of application... Visual C++, VB, Java? I'm in no hurry to get this project started, and I'm able to learn new languages fairly easily. I've completed a project similar to this, but in assembly language. I want to step it up to a higher level language with a GUI. Thanks!

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      C++ is the obvious best choice. You're going to want to use DirectX, so forget Java. C# will work fine, but if you know C++, that's what I'd use. Christian Graus - Microsoft MVP - C++

      1 Reply Last reply
      0
      • Y yam_rider

        I'll be working on a project sometime soon that involves image capture and processing. See below for brief description. - I want to be able to view the video from a webcam in a GUI. - Capture frames from that video. - Process the images. That's it! Has anyone written an application similar to this? Can anyone recommend a language best suited for this type of application... Visual C++, VB, Java? I'm in no hurry to get this project started, and I'm able to learn new languages fairly easily. I've completed a project similar to this, but in assembly language. I want to step it up to a higher level language with a GUI. Thanks!

        S Offline
        S Offline
        Saurabh Garg
        wrote on last edited by
        #3

        check out OpenCV[^]. Its for image processing and computer vision and has functions for capturing from camera and then processing it. in addition to that there are some articles here at CP describing how to capture images from camera. Saurabh

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups