Hello!
I’ve just recently came across this wonderful piece of software (shout out to Andrei!). I was trying to get it up and running on my PC but sadly I’m coming across an issue I don’t understand.
I’ve followed these two guides:
- VIDEO WAAAVES GETTING STARTED — andrei_jay_creative_coding
- VIDEO WAAAVES how to use NDI — andrei_jay_creative_coding
I was trying to capture video from VLC using NDI. I’ve configured correctly ofApp.cpp and main.cpp to have correct resolution as well as Capture Device so it matches the ID to NewTek NDI Video. However, when all 3 windows pop up I don’t see any video input from NDI.
When I check console there are following messages:
SETUP: Looking For Capture Devices
SETUP: 0) Integrated Webcam
SETUP: 1) NewTek NDI Video
SETUP: 2) OBS Virtual Camera
SETUP: 3 Device(s) found
SETUP: Setting up device 1
ERROR - Could not find specified video device
SETUP: Disconnecting device 1
SETUP: freeing Control
SETUP: freeing Capture Graph
SETUP: freeing Main Graph
SETUP: Device 1 disconnected and freed
Even though the app is well and running with NDI Region of Interest targeted on VLC.
I’ve tried to use OBS Virtual Camera as workaround but it didn’t work as well and I didn’t see any video in the Waaaves window but according to messages from console it was running.
***** VIDEOINPUT LIBRARY - 0.2000 - TFW2013 *****
VIDEOINPUT SPY MODE!
SETUP: Looking For Capture Devices
SETUP: 0) Integrated Webcam
SETUP: 1) NewTek NDI Video
SETUP: 2) OBS Virtual Camera
SETUP: 3 Device(s) found
SETUP: Setting up device 2
SETUP: OBS Virtual Camera
SETUP: Couldn't find preview pin using SmartTee
SETUP: Default Format is set to 960 by 720
SETUP: trying requested format RGB24 @ 1280 by 720
SETUP: Capture callback set
SETUP: Device is setup and ready to capture.
ERROR: SampleCB() - buffer sizes do not match
ERROR: SampleCB() - buffer sizes do not match
ERROR: SampleCB() - buffer sizes do not match
I would be grateful if someone could help me to troubleshoot this or explain why it’s happening as I’m dying to use and learn this software!