nariakiiwatani / ofxNDI

NewTek NDI SDK Wrapper for openFrameworks.
https://ndi.tv/
MIT License
103 stars 19 forks source link

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

Closed RomainAl closed 4 years ago

RomainAl commented 4 years ago

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

nariakiiwatani commented 4 years ago

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

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