Open ProgrammingLife opened 4 years ago
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
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
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!
No text except "Inject metadata" displayed.
on debian using python-tk (2.7.18-1) ... python2 gui.py
Is globally installing python-tk
really best practice? Is this still Python 2?
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 https://github.com/google/spatial-media/pull/227 fork is here.
Thanks!
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
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.
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 :-)
How to use it on Linux? Can you provide me with a little example?