Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTZ: Improve format compatibility #91

Closed
norihiro opened this issue Dec 25, 2021 · 0 comments · Fixed by #127
Closed

PTZ: Improve format compatibility #91

norihiro opened this issue Dec 25, 2021 · 0 comments · Fixed by #127
Labels
bug Something isn't working

Comments

@norihiro
Copy link
Owner

default:
if (TEST_FORMAT(frame->format))
blog(LOG_ERROR, "unsupported frame format %d. Check enum video_format in obs-studio/libobs/media-io/video-io.h for the format code.", (int)frame->format);

This code should use video scaler (video_scaler_t) from obs-studio so that any format can be converted.

@norihiro norihiro added the bug Something isn't working label Dec 25, 2021
@norihiro norihiro linked a pull request Apr 15, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant