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

Webcam didn't turn off while recording #278

Open
kiruvaofficial opened this issue Oct 10, 2020 · 0 comments
Open

Webcam didn't turn off while recording #278

kiruvaofficial opened this issue Oct 10, 2020 · 0 comments

Comments

@kiruvaofficial
Copy link

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Logs

  • Use journalctl /usr/bin/gnome-shell -f to monitor Gnome shell activity. Maybe the crash will log something.
  • Log, enable verbose debug logs into options window, and after that try
    journalctl --since=today --no-pager | grep js
  • webcam info:
    v4l2-ctl --all
  • webcam info:
    for VIDEO_DEVICE in /dev/video* ; do echo ; echo ; echo $VIDEO_DEVICE ; echo ; v4l2-ctl --device=$VIDEO_DEVICE --list-inputs ; done
  • webcam info:
    GST_DEBUG=v4l2src:5 gst-launch-1.0 v4l2src num-buffers=1 ! fakesink | grep probed

Your Environment

  • Where did you download the extension?
    [ ] Gnome shell extension website
    [ ] From Git (Add commit tag)

  • Gnome shell version:

  • Operating System and version:

  • Display server: Wayland / X11 / Other

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