Virtual Camera with ARGB support #4476
graphemecluster
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to rendering frames from Python with (shape
(h,w,4)
). I've tried to use thepyvirtualcam
library which sends RGB data (with shape(h,w,3)
) and OBS correctly rendered them. But when I sends ARGB data, OBS rendered something strange. The color format option in the OBS Virtual Camera source properties does not show ARGB at all.Is there any chance that OBS is going to support ARGB data? Are there any alternative way to render ARGB data from Python? Any help would be appreciated.
Related Discussion: letmaik/pyvirtualcam#51
My Question on StackOverflow
Beta Was this translation helpful? Give feedback.
All reactions