/*! * vue-resource v1.4.0 * https://github.com/pagekit/vue-resource * Released under the MIT License. */ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.VueResource=e()}(this,function(){"use strict";var t=2;function e(e){this.state=t,this.value=void 0,this.deferred=[];var n=this;try{e(function(t){n.resolve(t)},function(t){n.reject(t)})}catch(t){n.reject(t)}}e.reject=function(t){return new e(function(e,n){n(t)})},e.resolve=function(t){return new e(function(e,n){e(t)})},e.all=function(t){return new e(function(n,o){var r=0,i=[];function s(e){return function(o){i[e]=o,(r+=1)===t.length&&n(i)}}0===t.length&&n(i);for(var u=0;u=200&&a<300,this.status=a||0,this.statusText=c||"",this.headers=new q(u),this.body=t,d(t)?this.bodyText=t:(i=t,"undefined"!=typeof Blob&&i instanceof Blob&&(this.bodyBlob=t,(0===(r=t).type.indexOf("text")||-1!==r.type.indexOf("json"))&&(this.bodyText=(n=t,new o(function(t){var e=new FileReader;e.readAsText(n),e.onload=function(){t(e.result)}})))))};L.prototype.blob=function(){return v(this.bodyBlob)},L.prototype.text=function(){return v(this.bodyText)},L.prototype.json=function(){return v(this.text(),function(t){return JSON.parse(t)})},Object.defineProperty(L.prototype,"data",{get:function(){return this.body},set:function(t){this.body=t}});var B=function(t){var e;this.body=null,this.params={},w(this,t,{method:(e=t.method||"GET",e?e.toUpperCase():"")}),this.headers instanceof q||(this.headers=new q(this.headers))};B.prototype.getUrl=function(){return $(this)},B.prototype.getBody=function(){return this.body},B.prototype.respondWith=function(t,e){return new L(t,w(e||{},{url:this.getUrl()}))};var M={"Content-Type":"application/json;charset=utf-8"};function N(t){var e=this||{},n=function(t){var e=[I],n=[];function r(r){for(;e.length;){var i=e.pop();if(l(i)){var s=void 0,u=void 0;if(m(s=i.call(t,r,function(t){return u=t})||u))return new o(function(e,o){n.forEach(function(e){s=v(s,function(n){return e.call(t,n)||n},o)}),v(s,e,o)},t);l(s)&&n.unshift(s)}else c="Invalid interceptor of type "+typeof i+", must be a function","undefined"!=typeof console&&a&&console.warn("[VueResource warn]: "+c)}var c}return m(t)||(t=null),r.use=function(t){e.push(t)},r}(e.$vm);return function(t){u.call(arguments,1).forEach(function(e){for(var n in e)void 0===t[n]&&(t[n]=e[n])})}(t||{},e.$options,N.options),N.interceptors.forEach(function(t){d(t)&&(t=N.interceptor[t]),l(t)&&n.use(t)}),n(new B(t)).then(function(t){return t.ok?t:o.reject(t)},function(t){var e;return t instanceof Error&&(e=t,"undefined"!=typeof console&&console.error(e)),o.reject(t)})}function D(t,e,n,o){var r=this||{},i={};return g(n=w({},D.actions,n),function(n,s){n=T({url:t,params:w({},e)},o,n),i[s]=function(){return(r.$http||N)(function(t,e){var n,o=w({},t),r={};switch(e.length){case 2:r=e[0],n=e[1];break;case 1:/^(POST|PUT|PATCH)$/i.test(o.method)?n=e[0]:r=e[0];break;case 0:break;default:throw"Expected up to 2 arguments [params, body], got "+e.length+" arguments"}return o.body=n,o.params=w({},o.params,r),o}(n,arguments))}}),i}function J(t){var e,n,r;J.installed||(n=(e=t).config,r=e.nextTick,i=r,a=n.debug||!n.silent,t.url=$,t.http=N,t.resource=D,t.Promise=o,Object.defineProperties(t.prototype,{$url:{get:function(){return b(t.url,this,this.$options.url)}},$http:{get:function(){return b(t.http,this,this.$options.http)}},$resource:{get:function(){return t.resource.bind(this)}},$promise:{get:function(){var e=this;return function(n){return new t.Promise(n,e)}}}}))}return N.options={},N.headers={put:M,post:M,patch:M,delete:M,common:{Accept:"application/json, text/plain, */*"},custom:{}},N.interceptor={before:function(t){l(t.before)&&t.before.call(this,t)},method:function(t){t.emulateHTTP&&/^(PUT|PATCH|DELETE)$/i.test(t.method)&&(t.headers.set("X-HTTP-Method-Override",t.method),t.method="POST")},jsonp:function(t){"JSONP"==t.method&&(t.client=A)},json:function(t){var e=t.headers.get("Content-Type")||"";return m(t.body)&&0===e.indexOf("application/json")&&(t.body=JSON.stringify(t.body)),function(t){return t.bodyText?v(t.text(),function(e){var n,o;if(0===(t.headers.get("Content-Type")||"").indexOf("application/json")||(o=(n=e).match(/^\s*(\[|\{)/))&&{"[":/]\s*$/,"{":/}\s*$/}[o[1]].test(n))try{t.body=JSON.parse(e)}catch(e){t.body=null}else t.body=e;return t}):t}},form:function(t){var e;e=t.body,"undefined"!=typeof FormData&&e instanceof FormData?t.headers.delete("Content-Type"):m(t.body)&&t.emulateJSON&&(t.body=$.params(t.body),t.headers.set("Content-Type","application/x-www-form-urlencoded"))},header:function(t){g(w({},N.headers.common,t.crossOrigin?{}:N.headers.custom,N.headers[p(t.method)]),function(e,n){t.headers.has(n)||t.headers.set(n,e)})},cors:function(t){if(c){var e=$.parse(location.href),n=$.parse(t.getUrl());n.protocol===e.protocol&&n.host===e.host||(t.crossOrigin=!0,t.emulateHTTP=!1,R||(t.client=U))}}},N.interceptors=["before","method","jsonp","json","form","header","cors"],["get","delete","head","jsonp"].forEach(function(t){N[t]=function(e,n){return this(w(n||{},{url:e,method:t}))}}),["post","put","patch"].forEach(function(t){N[t]=function(e,n,o){return this(w(o||{},{url:e,method:t,body:n}))}}),D.actions={get:{method:"GET"},save:{method:"POST"},query:{method:"GET"},update:{method:"PUT"},remove:{method:"DELETE"},delete:{method:"DELETE"}},"undefined"!=typeof window&&window.Vue&&window.Vue.use(J),J}); /*Click Away*/ !function(e,t){"use strict";function n(e,t,n){i(e);var u=n.context,a=t.value;if("function"==typeof a){var c=!1;setTimeout(function(){c=!0},0),e[o]=function(t){var n=t.path||(t.composedPath?t.composedPath():void 0);if(c&&(n?n.indexOf(e)<0:!e.contains(t.target)))return a.call(u,t)},document.documentElement.addEventListener("click",e[o],!1)}}function i(e){document.documentElement.removeEventListener("click",e[o],!1),delete e[o]}t="default"in t?t.default:t;/^2\./.test(t.version)||t.util.warn("VueClickaway 2.2.2 only supports Vue 2.x, and does not support Vue "+t.version);var o="_vue_clickaway_handler",u={bind:n,update:function(e,t){t.value!==t.oldValue&&n(e,t)},unbind:i},a={directives:{onClickaway:u}};e.version="2.2.2",e.directive=u,e.mixin=a}(this.VueClickaway={},Vue); DJI ZENMUSE H3-3D Standard Ver. | MadaMada

DJI ZENMUSE H3-3D Standard Ver.

GoPro用のジンバルとして現時点で間違いなくBestなZenmuse H3-3D。
Phantom2ユーザー以外はヨダレ垂らして待ってたわけですが、GCU付きがやっとリリースされました。
zenmuse_H3-3D_standard-3Standard Ver.てなネーミングでお値段369USD。
単品だと160USDのGCUが付いてるにも関わらず、GCU無しのPhantom2 Ver.と同価格と嬉しい誤算。
zenmuse_H3-3D_standard-1
黙って買っときゃええねん、って文句無しでお勧めできるクオリティ。
Phantom2とH3-3Dのお得なまとめて割引きセット

とにかく軽い。
GoPro込みで248g。DISCO PROの2axisジンバルが249g、ほぼ同じ!だけど3axis!
GCUや諸々のケーブル込みのトータルは270g。
zenmuse_H3-3D_standard-4
システムトータルでiPhone5Sが2台分の重量と考えればいかに軽いか分かりやす…くはないですね。
ま、とにかく軽い。
2axisジンバルとリプレイスしても機体構成やバランスにはほとんど手を加えることなく3axis化できるであろうスペック。
ダンパーブラケットは、もう限界でしょ?ってぐらいに肉抜きされてて、下手に自作でマウントしようものなら絶対にコレより重くなるので早々に中止(笑)
zenmuse_H3-3D_standard-2
もちろんケーブルレスなので、煩わしい配線の取り回しに悩むこともなく、8PinケーブルをGCUに繋ぐだけで完了。

GCUといえば、H3-2DのGCUも3Dに使えるよー、なんて話がありますね。
NAZA-M V1とV2の前例もあるように、ラベルは違えど中身は一緒の可能性あり。
(誰か検証して下さい。)
初期のH3-3Dからの変更点が一つ。GoPro背面のBUS Portのコネクターがオミットされて、USBから給電&Video出力する仕様に変わってます。

さて、搭載用の機体を組も!
穴が空く程H3-3Dの写真眺めて構想は練ったので、あとは作業のみ(のはず)
目指すはOAW1800g以下(既に無理っぽいw)のバックパック可搬な3axis機。

6 Comments

  • 熊象蛇虎

    2014-05-23 at 1:43 PM

    来ましたね 来ましたね とうとう来ましたね!
    エントリー首を長くして待っておりました。
    実機搭載の塩梅エントリーも楽しみにしております。

    因みに私ではありませんが、ラジコン屋さんのお兄さんが検証してます。
    H3-2DのGCUも3Dに使えます。

    返信
    • hightimes247

      2014-05-23 at 6:36 PM

      いやー待ちわびました!
      この軽さにケーブルレス、クオリティがすごく高くて、モノのできは他とは比べものにならないですね。
      昨晩から突貫でマウント工事中ですので、今暫くお待ちを!

      >H3-2DのGCUも3Dに使えます。
      情報ありがとうございます。
      やっぱり使えるんですね〜。
      2D用をあえて使うことも無いかと思いますが、有事の際にはD3用よりも安く入手できそうです。

      そういえば、これ、チルトスピードの設定はPhantom2のアシスタントソフトウェアでは可能なようですが、NAZAでは対応してないんですね…
      プロポ側で対応できたけど、サーボスピードの設定がないプロポだとちょっとかわいそう。

      返信
  • 台長

    2014-05-24 at 8:37 PM

    まいどお世話になります。
    GLBに発注したHero3BEのレンズユニットは発送する気配なく、再三の督促にもナシのつぶて・・・仕方ないのでHero3+買いました。

    驚いたことに、GoProno欠点だったライブアウトが4:3のデブ鮫のフル画面になっていました。1080PのSuperViewで撮影中も4:3で出ています。

    これはうれしい誤算でしたが、数ヶ月前に購入した仲間のHero3+BEは横長のままでした。Firm はともに1.04で同じでした。 どゆこと??

    そちらのはいかがですか?本件に関して何か情報をお持ちでしょうか?
    大体ManualにはアナログLive Outのことは何も記載されていないですよね。

    返信
    • hightimes247

      2014-05-24 at 11:54 PM

      >台長さん
      どうもです。
      レンズ、まだ入荷してないのかもしれないですね。いつも煽ると早めに対応してくれるんですが…。

      GoProの画像の件、出力自体は4:3なので、GoProの表示としては4:3ですが、16:9の撮影モードでは上下に黒帯が入りますね。(OSDは4:3エリアにまたいで表示されます)
      4:3をフルで表示されるのは、960,1440だけ。
      うちの3+BE(Firm2.0)は2台ともそんな感じです。
      ボクはゴーグル使うときはCCDの映像を見てるので、気したことがなかった…

      >1080PのSuperViewで撮影中も4:3で出ています。
      不思議ですね。初めて聞きました。
      バグの気がしますが…台長さん的にはバグだとしてもラッキーなわけですね(笑)

      画角は何基準でしょう?1440?それともSuperViewを縦に引き延ばし?
      2.7Kその他、全てのモードで4:3で表示されるのでしょうか?
      GoProのOSDはFatSharkの液晶表示内に全て収まります?(液晶側でズーム表示しているわけではない?)
      質問ばかりになりましたが、原因が気になりますね。

      返信
      • 台長

        2014-05-25 at 10:57 AM

        hightimesさん

        調べました。
        1080P、720P、2.7K、4Kの16:9モードは横長で、上下が切れて、黒いところにOSDが出ます。

        一方、1080P Super,720P Superでは上下が切れないで、4:3がライブに出ます。これはデブ鮫でもLCDでも同じ。OSDはきちんと画面に納まっています。 

        良く見ると、SuperViewのライブは横幅の映像はは1080Pと同じで、上下が広がっていますが、引き伸ばしているわけはないので歪んでいません。
        つまり、通常1080Pの16:9のライブ映像が16:12になって、デブ鮫のスクリーン一杯に見えます。これは4:3系統の1440P、960Pのときと同じです。

        不思議ですね、仲間の3+BEはこうなりませんでした。
        Firmは1.04のままなので、Ver.UPしないでおこうと思います。
        この1080PSuperViewは気に入っているので、基本的に空撮は1080PSuperでやるので、しめた!と思っています。

        でもなんでかなあ・・・・・

        返信
        • hightimes247

          2014-05-25 at 10:48 PM

          >台長さん
          仔細ありがとうございます。
          台長さんスペシャルHERO3+BEですね。
          GoProのサポートに聞いてみると何かわかるかもしれないので、時間があるときに聞いてみますね〜。
          ぼくは基本的に2.7Kで撮ってて、SuperView使ったこと無いんですよね…

          返信

コメントを残す