CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wizard_one

Search: Search took 0.04 seconds.

  1. Re: write a 3d media player application for two (Left & Right ) AVI's?

    I hear some where, we can fix a special glass in front of normal monitor and see 3D effect. Is it possible? Do you know anything about this?
  2. Re: write a 3d media player application for two (Left & Right ) AVI's?

    Thanks for your response.


    I don't know about the 8 Views of a image, but i hear some where 8 Views concept is the new concept for 3D technology..
    2 Views for left and right eye generates only...
  3. Re: write a 3d media player application for two (Left & Right ) AVI's?

    Hello Chris_F,

    Thanks for your response..

    I am talking about 3d videos only..


    Actually Red/Cyan anaglyph image contains 2 views i.e left and right views. same like that i want to generate...
  4. How can i Generate 8 views for a single 2D image to develop 3D application?

    Hello All..

    I want to develop 2D to 3D application without using 3d glasses in VC++ 2008 environment.
    I don't know the exact concept name. May be it is "Auto-stereoscopy".
    How can i generate 8...
  5. Re: progress bar is not working properly while minimize the application

    I am sorry victorN.

    I added code tags for my code.

    Please read once and if you know worker thread implementation for this task, please help me.
  6. Re: progress bar is not working properly while minimize the application

    UpdateWindow() method or Back ground worker threads are solving my problem, B'coz I got same answer from others also.

    I think my implementation is wrong. I will explain exact problem.

    Iam...
  7. Re: progress bar is not working properly while minimize the application

    Hello krmed,

    Thanks for your reply.

    I tried, m_Progress.UpdateWindow();

    But, Again i got same problem.
  8. Re: progress bar is not working properly while minimize the application

    Thanks VictorN for your response..

    Progress Bar Implementation:

    I take a new dialog, created a new class for that and placed a progress bar control on dialog.

    The following code was inserted...
  9. progress bar is not working properly while minimize the application

    Hello all,

    I am using Microsoft visual C++ 8 for development. In this i am loading 72 images into application.

    Using progress bar to show the status of loading images, while this progress is...
  10. write a 3d media player application for two (Left & Right ) AVI's?

    Hello All,

    I have two uncompressed avi's (Left & Right) to view in 3D.

    Now I need to write a 3D media player(stereo player) application to play these two avi's to get 3D view.

    Can you please...
Results 1 to 10 of 11





Click Here to Expand Forum to Full Width

Featured