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

How to use it on Linux? #248

Open
ProgrammingLife opened this issue Sep 22, 2020 · 10 comments
Open

How to use it on Linux? #248

ProgrammingLife opened this issue Sep 22, 2020 · 10 comments

Comments

@ProgrammingLife
Copy link

ProgrammingLife commented Sep 22, 2020

How to use it on Linux? Can you provide me with a little example?

@iwanttobefreak
Copy link

git clone https://github.com/google/spatial-media
cd spatial-media/spatialmedia
./gui.py

It opens gui application. Select video with open button and then select if your video is spherical (360º) or stereoscopic (top/bottom) and then "inject metadata" button

@EndeavourAccuracy
Copy link

git clone https://github.com/google/spatial-media
cd spatial-media/spatialmedia
./gui.py

It opens gui application. Select video with open button and then select if your video is spherical (360º) or stereoscopic (top/bottom) and then "inject metadata" button

It's unclear to me why @atrauzzi gave your post a thumbs down.
It works for me.
One additional step that might be necessary for some is:
sudo apt install python-tk

@ambein
Copy link

ambein commented Sep 26, 2021

Works, had to run it in pyhton2 on my system (after installation of python-tk). So the solution for me was:

sudo apt install python-tk
git clone https://github.com/google/spatial-media
cd spatial-media/spatialmedia
python2 gui.py

Thanks everyone!

@clort81
Copy link

clort81 commented Apr 20, 2022

No text except "Inject metadata" displayed.

on debian using python-tk (2.7.18-1) ...
python2 gui.py
metadata_injector

@Moilleadoir
Copy link

Is globally installing python-tk really best practice? Is this still Python 2?

@jamiesonpepper
Copy link
Collaborator

There are a few forks that have added support to 3.9 and later, and I believe there is an outstanding merge/pull to add GUI support for Python 3 GUI as well #227 fork is here.

@Moilleadoir
Copy link

Thanks!

@aruku7230
Copy link

This worked for me on Ubuntu 20.04

# python3-tk is installed. python-tk is not installed.
git clone https://github.com/google/spatial-media
cd spatial-media/spatialmedia
python3 ./gui.py

@jamiesonpepper
Copy link
Collaborator

I've recently merged a bunch of community fixes into master which added support for Python3. Hoping to kick off a release sometime in the next couple of weeks once I have some VMs setup for testing.

@allegfede
Copy link

ubuntu 22.04

i can confirm that:
sudo apt install python-tk
git clone https://github.com/google/spatial-media
cd spatial-media/spatialmedia
python2 gui.py

worked perfectly.

Only bug i noticed, the extention of the files have to be lowercase, or thay are not show in the open dialog interface :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants