Derzu
Derzu
Thanks, I talked to my PhD professor about publishing it, and he said it is not enough to publish an A paper, so there is no paper. The algorithm is...
@joeaaron, I still think it's not enough. Do you think it's enough?
@joeaaron ok. Mail me to [email protected].
To work using video input, you need to use a clean, smooth background, like a white wall. This method will not work with a noise background using video input, just...
Hi, I'm not sure, are you compiling on a Linux, is it 64 bits? Send me the full make output. Best regards, Derzu.
The depth camera was not detected. Are you testing with a depth device like Orbbec Astra, or Asus Xtion, or Primesense? Did you installed the OpenNI2 driver?
Did you run the source command? $ source ~/Downloads/OpenNI-Linux-x64-2.3/OpenNIDevEnvironment (set your path appropriately)
At the main.ccp file try to change: deviceURI = openni::ANY_DEVICE; to deviceURI = "/dev/yourdevice" You need to discovery the /dev/ file of your device.
Do you have any traditional webcam attached? If you are running at a notebook probably it will have a webcam. And webcam can be the /dev/video0. You said the SimpleViewer...
I don't know what is the problem, maybe some driver issue, you can try to reinstall the OpenNI2 driver. I think the best set for the deviceURI is: const char*...