Flash3388 / FlashLib

A robotics development framework
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

RemoteVision - filter sending works only once. #14

Closed tomtzook closed 7 years ago

tomtzook commented 7 years ago

When filters are added to RemoteVision locally, during the second connection to a remote source, those filters are not sent.

tomtzook commented 7 years ago

Problem tracked to RemoteVision.onConnection: sendProps was not reset to true if there are local processings.

tomtzook commented 7 years ago

Fix uploaded to dev-fix branch. Will be merged with master soon!