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

[Question]: looping? #391

Closed
4 tasks done
aronchick opened this issue Apr 3, 2024 · 2 comments
Closed
4 tasks done

[Question]: looping? #391

aronchick opened this issue Apr 3, 2024 · 2 comments
Labels
QUESTION ❓ User asked about the working/usage of VidGear APIs. SOLVED 🏁 This issue/PR is resolved now. Goal Achieved! WAITING FOR RESPONSE ⏳ Waiting for the user response.

Comments

@aronchick
Copy link

Issue guidelines

Issue Checklist

  • I have searched open or closed issues for my problem and found nothing related or helpful.
  • I have read the Documentation and found nothing related to my problem.
  • I have gone through the Bonus Examples and FAQs and found nothing related or helpful.

Describe your Question

Great software - thank you!

QQ - is there a way to customize the "the end" screen? and/or is there a way to loop?

Terminal log output(Optional)

No response

Python Code(Optional)

No response

VidGear Version

0.3.2

Python version

3.10.5

Operating System version

Ubuntu 20.04p

Any other Relevant Information?

No response

@aronchick aronchick added the QUESTION ❓ User asked about the working/usage of VidGear APIs. label Apr 3, 2024
Copy link

welcome bot commented Apr 3, 2024

Thanks for opening this issue, a maintainer will get back to you shortly!

In the meantime:

  • Read our Issue Guidelines, and update your issue accordingly. Please note that your issue will be fixed much faster if you spend about half an hour preparing it, including the exact reproduction steps and a demo.
  • Go comprehensively through our dedicated FAQ & Troubleshooting section.
  • For any quick questions and typos, please refrain from opening an issue, as you can reach us on Gitter community channel.

@abhiTronix
Copy link
Owner

QQ - is there a way to customize the "the end" screen? and/or is there a way to loop?

@aronchick There's no direct way to customize "the end" screen but you could go on forever with enable_infinite_frames optional boolean parameter, it can be used to continue streaming (instead of terminating immediately) with emulated blank frames with text "No Input", whenever the input source disconnects.

Most optimal way would be to create your own producer: https://abhitronix.github.io/vidgear/v0.3.1-stable/gears/webgear/advanced/#using-webgear-with-a-custom-sourceopencv

@abhiTronix abhiTronix added SOLVED 🏁 This issue/PR is resolved now. Goal Achieved! WAITING FOR RESPONSE ⏳ Waiting for the user response. DOCS 📜 Issue/PR is related to vidgear docs. labels Apr 5, 2024
@abhiTronix abhiTronix self-assigned this Apr 5, 2024
@abhiTronix abhiTronix removed the DOCS 📜 Issue/PR is related to vidgear docs. label Apr 5, 2024
@abhiTronix abhiTronix removed their assignment Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QUESTION ❓ User asked about the working/usage of VidGear APIs. SOLVED 🏁 This issue/PR is resolved now. Goal Achieved! WAITING FOR RESPONSE ⏳ Waiting for the user response.
Projects
None yet
Development

No branches or pull requests

2 participants