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
I guess this Docker was written with network LEDs in mind, but how can you get Screen Capture to work from the same PC you run the container on?
What I'm guessing could be done is:
passing X sockets and display: -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY
doesn't work however, it says in Capturing Hardware No capture device discovered.
Somehow create a virtual USB grabber card on linux by programatically duplicating output to some virtual USB/serial device and passing it to the container. This may even make Hyperion work on Wayland with no X?
If 2) not possible, then buy a HDMI->USB grabber and pass this.
Did you had any luck or tried this?
The text was updated successfully, but these errors were encountered:
I'm sorry but my server is completely headless and moreover not running on a standard OS, I'm not sure how to help you test it since I don't have X neither running. I'll be able to do some tests in september when I have other hw at my disposal.
In the meanwhile you can probably run the hyperiongd client/grabber outside docker to push led data to the "remote" server, even if it is just a workaround.
Regarding 3. I can confirm that the USB part would work since I used docker to passthrough my USB camera for a while.
I guess this Docker was written with network LEDs in mind, but how can you get Screen Capture to work from the same PC you run the container on?
What I'm guessing could be done is:
passing X sockets and display:
-v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY
doesn't work however, it says in Capturing Hardware
No capture device discovered
.Somehow create a virtual USB grabber card on linux by programatically duplicating output to some virtual USB/serial device and passing it to the container. This may even make Hyperion work on Wayland with no X?
If 2) not possible, then buy a HDMI->USB grabber and pass this.
Did you had any luck or tried this?
The text was updated successfully, but these errors were encountered: