Hey Folks,
I’m completely new to Openframeworks and coding on this level in general. I am used to compiling apps on linux/redhat etc… but it really doesn’t cut it… some of it makes sense but i think just enough to get me in trouble.
So i plan on using Openframerworks (Codeblocks) to build out a interactive projection
and i’m testing using my HP Webcam built into my laptop. I running the basic script first with VC 2008 just to get a scope on things…haha baby steps… who needs them…SIGH… haha
So the app builds and runs, i can bring up the camera controls and start or stop the camera with the app…but no video… I know this is a OF forum but i thought all you amazing folks would have a clue for me perhaps? Thank you in Advance.
Here is the Build output…
Command Lines
Creating temporary file “c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\RSP00002229366956.rsp” with contents
[
/GL /I “src” /I “requiredLibs” /I “…\libs\videoInput” /D “WIN32” /D “NDEBUG” /D “_CONSOLE” /D “_UNICODE” /D “UNICODE” /FD /EHsc /MD /Fo"Release\" /Fd"Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP “.\src\triangleApp.cpp”
]
Creating command line “cl.exe @“c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\RSP00002229366956.rsp” /nologo /errorReport:prompt”
Creating temporary file “c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\RSP00002329366956.rsp” with contents
[
/OUT:“C:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\videoInputBasicDemo.exe” /INCREMENTAL:NO /LIBPATH:“requiredLibs” /MANIFEST /MANIFESTFILE:“Release\videoInputBasicDemo.exe.intermediate.manifest” /MANIFESTUAC:“level=‘asInvoker’ uiAccess=‘false’” /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE:NO /MACHINE:X86 /NODEFAULTLIB:“atlthunk”
/NODEFAULTLIB:“LIBCMT” kernel32.lib dxguid.lib ole32.lib strmiids.lib uuid.lib videoInput.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
“.\requiredLibs\dxguid.lib”
“.\requiredLibs\GlAux.Lib”
“.\requiredLibs\glfw.lib”
“.\requiredLibs\GlU32.Lib”
“.\requiredLibs\ole32.lib”
“.\requiredLibs\oleaut32.lib”
“.\requiredLibs\OpenGL32.Lib”
“.\requiredLibs\quartz.lib”
“.\requiredLibs\strmbasd.lib”
“.\requiredLibs\strmbase.lib”
“.\requiredLibs\strmiids.lib”
“.\requiredLibs\uuid.lib”
“.\Release\imageTexture.obj”
“.\Release\simpleApp.obj”
“.\Release\stdafx.obj”
“.\Release\videoInputBasicDemo.obj”
“.\Release\triangleApp.obj”
]
Creating command line “link.exe @“c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\RSP00002329366956.rsp” /NOLOGO /ERRORREPORT:PROMPT”
Creating temporary file “c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\RSP00002429366956.rsp” with contents
[
/outputresource:".\Release\videoInputBasicDemo.exe;#1" /manifest
“.\Release\videoInputBasicDemo.exe.intermediate.manifest”
]
Creating command line “mt.exe @“c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\RSP00002429366956.rsp” /nologo”
Creating temporary file “c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\BAT00002529366956.bat” with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > “.\Release\mt.dep”
]
Creating command line “”“c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\BAT00002529366956.bat”""
Output Window
Compiling…
cl : Command line warning D9035 : option ‘Wp64’ has been deprecated and will be removed in a future release
triangleApp.cpp
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\windef.h(125) : warning C4005: ‘APIENTRY’ : macro redefinition
c:\users\daddy\desktop\3d works\videoinput0.1995\videoinputsrcanddemos\vc2008-videoinputdemowithlib\src\glfw.h(77) : see previous definition of ‘APIENTRY’
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\wingdi.h(21) : warning C4005: ‘WINGDIAPI’ : macro redefinition
c:\users\daddy\desktop\3d works\videoinput0.1995\videoinputsrcanddemos\vc2008-videoinputdemowithlib\src\glfw.h(93) : see previous definition of ‘WINGDIAPI’
.\src\triangleApp.cpp(94) : warning C4305: ‘argument’ : truncation from ‘double’ to ‘float’
.\src\triangleApp.cpp(95) : warning C4305: ‘argument’ : truncation from ‘double’ to ‘float’
.\src\triangleApp.cpp(97) : warning C4305: ‘argument’ : truncation from ‘double’ to ‘float’
.\src\triangleApp.cpp(98) : warning C4305: ‘argument’ : truncation from ‘double’ to ‘float’
Linking…
Generating code
Finished generating code
Embedding manifest…
Project : error PRJ0003 : Error spawning ‘cmd.exe’.
Results
Build log was saved at “file://c:\Users\Daddy\Desktop\3d works\videoInput0.1995\videoInputSrcAndDemos\VC2008-videoInputDemoWithLib\Release\BuildLog.htm”
videoInputBasicDemo - 1 error(s), 7 warning(s)