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

fix some issues #231

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix some issues #231

wants to merge 2 commits into from

Commits on May 20, 2023

  1. fix some issues

    1. Automatically detect libturbojpeg linking arguments.
    2. Fixed a data race with `a_running` and `v_running` when exiting.
    3. Automatically try next v4l2 dev when failing to set pixel format.
    skbeh committed May 20, 2023
    Configuration menu
    Copy the full SHA
    995a3f8 View commit details
    Browse the repository at this point in the history
  2. fix gtk warning and battery level not shown

    1. Not reset gtk widgets when gtk main loop has stopped.
    2. Wait until battery level info is received (currently always 1s),
       because level info is actually sent later so mostly `recv`
       returns before the client sends.
    skbeh committed May 20, 2023
    Configuration menu
    Copy the full SHA
    dfca791 View commit details
    Browse the repository at this point in the history