Skip to content

Commit 2de8683

Browse files
committed
Merge branch 'master' of github.com:theta360developers/webapi
2 parents edc58d1 + d55ad30 commit 2de8683

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Installing Mac Binaries"
3+
tags: theta-tester
4+
date: 2021-02-16
5+
categories: tester
6+
cover: https://cdn.pixabay.com/photo/2014/05/02/21/49/laptop-336373_1280.jpg
7+
author: Jesse Casman
8+
license: false
9+
---
10+
11+
If you would like to install the useful command line tool for THETA API developed by Oppkey used in articles like [Using BASH Scripts To Easily Test THETAs](https://community.theta360.guide/t/using-bash-scripts-to-easily-test-thetas/6488) and [Saving HDR _filter Setting to mySetting](https://community.theta360.guide/t/saving-hdr-filter-setting-to-mysetting/6479), please go to:
12+
13+
https://github.com/theta360developers/webapi/releases/tag/v0.1.1-alpha
14+
15+
The registration and the command line tool are free. Binaries are available for Linux, Windows, Mac and Raspberry Pi. Or you can compile the code yourself!
16+
17+
For Mac, I ran into several security steps after downloading the binary. This may not happen to you. @codetricity said he had no problems.
18+
19+
1. I downloaded the Mac binary and unzipped it
20+
2. I had already connected my MacBook Air directly to my THETA Z1. It’s best if you set up two Wi-Fi networks, one to connect to the THETA and one to connect out to the Internet. But it’s not required.
21+
3. From the command line, I tried running a basic command ./theta app --version to test if it’s installed correctly. I got this:
22+
23+
![|414x197](https://lh3.googleusercontent.com/txuMydjymvRhYo1vIgkToWfldYOQASM1_IIcyu182SM6PS4t1apCFax9FmxlIA-40qdfSqyO11fwBq6Rowx256ELN6Hol85YnrFpCLZEzQHbHNaJA8TQ20LiAO_myCiLKTEYri1W)
24+
25+
4. I went in to the Apple menu and System Preferences. Under Security & Privacy, it said that “‘theta’ was blocked from use because it is not from an identified developer.” You can click Allow Anyway.
26+
27+
![|420x362](https://lh5.googleusercontent.com/wDjnRb1e--sC0Fd0Z3EeEpWEPflJKS54kMMatkxgMf0XDEdP0gjPChf3Lfi43hdqnJFinf4NK35x2AdHy1rT68nrte70HPQceYR2rN6H7v85TdVjaafMK_VnDPAQxB3JuxHH3_EM)
28+
29+
5. I tried running it from the command line again. This time, I got the warning:
30+
31+
![|467x211](https://lh6.googleusercontent.com/tshBEQ0VEVfCeEErO5abnMoxbh3RjxVN2orrflR6kQAFnSEs8YsRccvbdSnR2z1h4RCLDPaiPmI0Gt9eVB-H3kr5VipV56sUlts-GKEyp7AibkMNU0iQ0zeFZQ9JjgYc8lk9qp_Q)
32+
33+
6. I clicked Open.
34+
7. I tried running ./theta app --version again. It responded with 0.1.1-alpha. That’s the anticipated response; it works!
35+
36+
![|586x390](https://lh6.googleusercontent.com/tvEoYU60WNL8ApwX9baoeDv6P8xqQCb24xhF1gjX44GKgjZlcyphqzuQZhJ4bpRJjTXJnJRsjaC_cVuH63YuAn35h20-gjKtuPLE53PzABygF1mgEUTi1Xk_bAL_ab2T2neC7vMq)

0 commit comments

Comments
 (0)