nariakiiwatani/ofxNDI

"[warning] ofxNDI : this pixel format is not supported:"

Closed this issue · 1 comments

Hi !
Thanx again for your amazing NDI library for OF ;-) ! I'm using it for my
I always have this warning message on OpenFrameworks when using the receiver video example :

[warning] ofxNDI : this pixel format is not supported:

Is that normal ?

Thx

Hi, thanks!
now fixed in this commit 132f38c . :)

The warning was from trying to decode empty frames.
It occurs right after connection but before receiving first frame.