You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The camera I'm using (RGBLink ePTZ) seems to only work on UDP, thus getting the below error for the VISCA Camera Control.
Any support for TCP possible?
[obs-visca-control.lua] Failed to call get_properties for Visca Camera Control: ...obs-plugins/frontend-tools/scripts/obs-visca-control.lua:1260: Error in obs_property_list_add_int (arg 3), expected 'long long' got 'nil'
The text was updated successfully, but these errors were encountered:
Thank you for reporting.
The plugin indeed only uses UDP. This can be extended to TCP (although I can't test this).
The error reported however is caused by a different issue. This is a bug introduced in release 2.2. I released 2.2.1 to fix this.
Could you please try again to confirm this does not solve the issue? Or do you have a specification stating the camera uses TCP?
The camera I'm using (RGBLink ePTZ) seems to only work on UDP, thus getting the below error for the VISCA Camera Control.
Any support for TCP possible?
The text was updated successfully, but these errors were encountered: