Отвечено About Vivek's vcam template

  • Sunday, August 15, 2010 6:39 AM
     
     

    I've downloaded Vivek's vcam template but I can only re-build VCamD.ax,

     

    how is VCam.ax built?

     

    what's the difference between these 2 files?

All Replies

  • Sunday, August 15, 2010 9:19 AM
     
     Answered

    VCamD.ax is prob the filter built in debug mode. Have you tried to build the project in release mode?

    You can check the visual studio linker setting "Linker->Output File" for which ax file is built. 


    http://sourceforge.net/projects/videoprocessing
    • Marked As Answer by Alan_Shore Sunday, August 15, 2010 11:27 AM
    •  
  • Tuesday, April 24, 2012 12:05 PM
     
     

    VCamD.ax is prob the filter built in debug mode. Have you tried to build the project in release mode?

    You can check the visual studio linker setting "Linker->Output File" for which ax file is built. 


    http://sourceforge.net/projects/videoprocessing

    Ok I will try... $(OutDir)$(TargetName)$(TargetExt)

    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(c:\users\svi\documents\visual studio 2010\Projects\vcamcarlesls2\Release\vcamcarlesls2.dll) does not match the Linker's OutputFile property value (C:\Users\svi\Documents\Visual Studio 2010\Projects\vcamcarlesls2\vcam(2)\vcam\Bin\VCam.ax). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).

    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(991,5): warning MSB8012: TargetExt(.dll) does not match the Linker's OutputFile property value (.ax). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).

    1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(vcamcarlesls2) does not match the Linker's OutputFile property value (VCam). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).

    How do you put the name? shall I put just VCam.ax in the release and VCamD.ax in the debug.

    Thank you.




    • Edited by Carlesls Tuesday, April 24, 2012 12:12 PM
    • Edited by Carlesls Tuesday, April 24, 2012 12:33 PM
    • Edited by Carlesls Tuesday, April 24, 2012 12:34 PM
    •  
  • Wednesday, April 25, 2012 9:47 AM
     
     

    VCamD.ax is prob the filter built in debug mode. Have you tried to build the project in release mode?

    You can check the visual studio linker setting "Linker->Output File" for which ax file is built. 


    http://sourceforge.net/projects/videoprocessing

    Ok done now... are you sure that there's nothing more required? ok done.

    Thank you.

  • Friday, May 11, 2012 8:53 AM
     
     
    Nevertheless, I am still trying to create a virtual webcam from a real webcam... Of course I can create a virtual webcam with vcam form vivek but, that's it, a virtual webcam with random pixels.