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

pix_video no texture with virtual camera stream #433

Open
60-hz opened this issue Jul 18, 2024 · 5 comments
Open

pix_video no texture with virtual camera stream #433

60-hz opened this issue Jul 18, 2024 · 5 comments

Comments

@60-hz
Copy link
Contributor

60-hz commented Jul 18, 2024

Detail

Cannot access Virtual camera device stream (white texture) with [pix_video] under windows.

  • Create a virtual webcam with obs
  • "Enumerate" message return OBS virtual camera so [pix_video] see it
  • Trying to open the virtual camera in Gem result in white screen (no image texture)
  • Tried with Windows10 and windows11 : same result

Note: All other app can get the image of virtual camera... only [pix_video] in gem have no texture.

here is the result when sending "backend" to pix_video:

videoctl: backend
[pix_video]: current driver: 'videoInput'
info: currentbackend videoInput
info: backends 1
[pix_video]: available drivers:
[pix_video]: 	'videoInput' provides 'videoInput' 
info: backend videoInput

Note2: Tried under MacOS, the picture appear and the app crash when sending [open( message...

Gem Version

ver: 0.94.git v0.94-1011-g9beb39da7

Pd Version

0.55

Operating System

Windows

OS Version

Windows 10 & Windows 11

Which CPU are you using?

amd64/x86_64 ("64bit Intel")

@60-hz 60-hz changed the title pix_video issue with virtual camera stream pix_video no texture with virtual camera stream Jul 18, 2024
@60-hz
Copy link
Contributor Author

60-hz commented Jul 21, 2024

Just tried pix_video with ndi plugin also, same issues : devices are found but white texture is displayed.
It looks like this is a more general issue that prevent pix_video to work with anything else but hardware video input.

@umlaeute
Copy link
Owner

So hardware devices work correctly?

@umlaeute
Copy link
Owner

And what's the output of [pix_info -s]?

@60-hz
Copy link
Contributor Author

60-hz commented Jul 21, 2024

So hardware devices work correctly?

yes

And what's the output of [pix_info -s]?

all outlets return -1

I Tried with ubuntu and [pix_video] can get virtual camera normaly from obs with v4l2loopback

@umlaeute
Copy link
Owner

umlaeute commented Aug 4, 2024

as for NDI: do you have an NDI producer running (in the same network)? and did you properly escape any space in the "device" name? (as per NDI-videoplugin.pd)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants