Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Preview from gphoto #83

@andi34

Description

@andi34

Is your feature request related to a problem? Please describe.
No and yes. It would be good to be able to only use the main camera also to generate a preview.
Currently we need a 2nd camera to use it or it's stream.

WIP:
https://github.com/andi34/photobooth/tree/feature/gphoto-preview2

Feel free to play around with it
Please take a look at the setup instructions mentioned here: #131

  1. If you have installed Photobooth via git from my fork:
    Open a Terminal and navigate into your installation folder, by default /var/www/html:
    cd /var/www/html
    Now fetch latest source and checkout:

    sudo -u www-data -s
    git fetch origin
    git checkout origin/gphoto-preview2
    

    Update submodules and build the css files:

    git submodule update --init
    yarn install && yarn build
    

    Once that's done you're ready
    exit

  2. If you have installed Photobooth via git from a different fork:
    Open a Terminal and navigate into your installation folder, by default /var/www/html:

    cd /var/www/html
    sudo -u www-data -s
    

    Add my repo as remote:
    git remote add andi34 https://github.com/andi34/photobooth

    Now fetch latest source and checkout:

    git fetch andi34
    git checkout andi34/feature/gphoto-preview2
    

    Update submodules and build the css files:

    git submodule update --init
    yarn install && yarn build
    exit
    

** Please leave some feedback **

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededreviewChanges ready to be tested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions