Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8402651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:07:34+00:00 2026-06-09T22:07:34+00:00

I would normally post this on nvidia’s developer forums but they are still offline

  • 0

I would normally post this on nvidia’s developer forums but they are still offline from last months hacking. If anyone knows of another good community for these types of questions I would love to know about them.

I am developing some software designed to test human vision. Right now I have two tests written one that presents a stereoscopic image using nvidia’s 3D vision v.2 glasses and another test that displays letters on the screen similar to the charts you see in an eye doctors exam room. My problem is the during the “chart test” the 3D vision is getting triggered and causing the screen to look dim. I can enable and disable the 3D vision through the nvidia control panel between running the different tests but that is a less then elegant solution. I am using DX9 and Visual Basic to develop my code. In order to trigger the 3D in the Stereoscopic test I am using the NV_STEREO_IMAGE_SIGNATURE Method that is described here. Basically the method involves making a backbuffer that is twice the width of the screen plus an extra column of pixel data in the middle where you insert a special signature that tells the video card that it is a stereo image and the left half of the backbuffer should be displayed to the left eye and the right half to the right eye. I don’t do any of that in my code for the “Chart test” but the 3d Vision is still getting triggered and I can’t figure out why. Is there a way to tell the video card to temporally disable the 3d Vision functionality in the code?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:07:36+00:00Added an answer on June 9, 2026 at 10:07 pm

    I think I may have found the solution to my own question. Nvidia supplies a library called NVAPI that can be statically loaded and and contains calls such as NVAPI_STEREO_ENABLE , and NVAPI_STEREO_DISABLE. Downloads and info on the NVAPI can be found here. I will edit this post with an example of the actual code when I have completed the solution.

    EDIT:
    Because C# / Visual Basic do not allow static loading of .lib files I had to create a Visual C++ to wrap the NVAPI.lib file. After referencing the lib file and adding the include header files to my wrapper project I wrote the following code.

    #include "stdafx.h"
    #include "nvapi.h"
    
    public ref class NvApiWrapper
    {   
    public: 
        static bool NvApiWrapper_Initialize(){
        if (NvAPI_Initialize() == 0){
            return true;
        } else {
            return false;
        }
        }
    
        static bool NvApiWrapper_Stereo_Enable(){
        if (NvAPI_Stereo_Enable() == 0){
            return true;
        } else {
            return false;
        }
        }
    
        static bool NvApiWrapper_Stereo_Disable(){
        if (NvAPI_Stereo_Disable() == 0){
            return true;
        } else {
            return false;
        }
        }
    };
    

    I was only interested in those two stereo methods so I did not add anything else but there are lots of interesting methods that can be called. You must call NvAPI_Initialize() before any other calls.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This kind of code would normally work in PHP, but since the scope is
Normally I would post the code of just the menu but the menu on
I would normally do this sort of thing in jQuery, but this will require
I have this code that where I would normally use one line: if (tableView
Normally I would just do this. $str = preg_replace('#(\d+)#', ' $1 ', $str); If
Normally I would just use URL GET parameters but CodeIgniter doesn't seem to like
Normally I would do select top (1) * from table where id active =
I have a Rakefile with a Rake task that I would normally call from
This might be a shot in the dark, but, how would I go about
this post is off the back of my last question (thought i'd start a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.