CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Mar 2008
    Posts
    10

    Programming language for video streaming?

    Hi there,

    I got a question. I am about to work on a project where a video stream from a webcam has to be handled. It has to be stored and 'analyzed' (image processing). Actually I don´t know that much yet about the project, but I was wondering if there was an easy way to decide about the programming language.
    Generally the first thought would go to Java (also since the rest of the project is Java code). But on second though I was wondering if C++ would be the better approach, performance-wise.

    Does anybody have experience in this area? Also are there tutorials on video streaming and image processing.

    Grateful for any help or ideas. Thanks.

    Oceansoul
    Last edited by Oceansoul; March 18th, 2008 at 06:29 AM.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured