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
Is it possible to directly display the camera image on the Gradio web UI? Additionally, it is not recommended to use the subprocess to call commands, and your Python is still in the Windows environment./venv/python.exe
Is it possible to directly display the camera image on the Gradio web UI? Additionally, it is not recommended to use the subprocess to call commands, and your Python is still in the Windows environment./venv/python.exe
Hi, I apologize for my python skill.😟
I've have envisioned embedding the render window directly within the web UI for a cleaner and more intuitive display. Upon consulting GPT, I learned that embedding the render window code might be more complex, hence currently, I've only implemented a simple web UI that calls commands via subprocess. I will continue my efforts. I'm considering adding an 'Enable Separate Render Window' option in the web UI. The rationale behind this is to facilitate capturing the full window output by software like OBS or other screen capture tools. Of course, in some scenarios, it would also allow for directly viewing the output content within the web UI.
Additionally, I have only tried using Python on Windows, and I am not very proficient with commands on other operating systems. Apologies for that.
Thank you, @leetraman822, for your contribution to adding a web UI for real-time mode using Gradio. The implementation of webui.py looks promising and should enhance user interaction by providing a straightforward interface for real-time image processing. However, the pull request lacks a description, which would be helpful for understanding the context and purpose of these changes. Could you please provide a brief description of the functionality and any specific instructions for testing this new feature? This will assist the maintainers in reviewing and integrating your changes more efficiently. Thank you!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.