/*! * 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 HERO | MadaMada

DJI ZENMUSE HERO

DJIのZENMUSE for GoPro HD HEROが予想通りNABでお披露目されました。

その名もZENMUSE HERO

Image

システムとしてはこれ以上ないぐらいコンパクト。GoPro用のブラシレスジンバルとしては、やはり大本命…
現状、判明してる内容はこんな感じ。

■ZENMUSE HERO
・2軸が$699、3軸が$1000(予想価格)
・GoProコントロールユニットが内臓されており、電源の供給、ビデオアウトプット、RECのスタートストップが可能。
・プロフェッショナルなIMUは+/-0.08 Degreesでのスタビライズ性能

■DJIのiOSアプリ
・GoProのフルコントロールが可能
・downlinkでローレイテンシーなモニタリングが可能(ZENMUSE HERO単体で可能)
・FPV映像をワイヤレスでソーシャルメディアへ配信可能

■発売時期/価格
・2013年の第2四半期末(6月末)に発売(発表当初の4-6月から遅れましたね)
・正式なプライシングは近日中に発表
・1ヶ月以内にPreOrder開始、その後60日以内に発送開始。

Phantomのペイロードで飛ぶようなので、見た目通りかなり軽いみたい。
ZENMUSE Z15もそうだけど、積載カメラを限定することで、最小限で堅牢なシステムを狙ってるのがDJI。
YUN-1を調整してて思ったけど、ブラシレスジンバルは微妙なアンバランスですら、スタビライズ性能に大きく影響を及ぼす。
特に3軸360°スタビライズするとなると、求められる製品精度のハードルが非常に高くなることは容易に想像できる。
DJIのZENMUSEシリーズがアルミ削り出しで、重さと引き換えに精度や剛性を優先したのは、バランス確保のためだな。

ソフト面ではやはりiOS appきたね。
おそらく、ビデオのdownlink含めこのappの恩恵をフルに受けるには、WKMが必須になってくると思われますが、どうでしょうね。
ZENMUSE HEROに入っているコントロールユニット単体で可能とのこと。

このジンバル筐体にそれだけの性能、機能が入ってるとなると、商品力はかなり高い。3軸バージョン欲しいなぁ…

※追記
■北米CEOへのインタビュー動画


これはヤバい。かなりカッチリしてて全くブレない。(2:00〜)
後半で仕様や発売時期について語られてます。重量については明言してませんね。
Phantomに関しては、プロポにTilt用のレバーをアドオンするようです。

DJIオフィシャルフッテージもきましたね。Zenmuse HEROも凄いけど、操縦してる人はもっと凄い!
■PHANTOM VISION
同時に発表されたPhantom専用のFull HDカメラ、PHANTOM VISIONもZENMUSE HERO同様のモニタリング機能を備えてますね。
Image_2

参考リンク
3Dguy.tv
sUAS News

12 Comments

  • shinji_y

    2013-04-10 at 8:07 PM

    はじまして。
    私もYUN-Iをオーダーしていますが、EUの代理店経由なのでもう少し時間かかりそうです。
    前のエントリー参考にさせて頂きたいと思います。
    勤務先の社長がNABに行っているので、重量を含めていろいろ見てもらう様にお願いしました。

    返信
  • hightimes247

    2013-04-10 at 9:28 PM

    >あんきもさん
    机につっかえて斜めになってるだけだと思ってましたが、見返して見ると確かにニュートラルに戻ってないですね。
    一定時間過度な負荷がかかるとニュートラル位置が再設定される、なんてアルゴリズムだったりして(笑)
    買う買わない(買える買えないともいうw)は別にして楽しみなプロダクトですよね。
    完成されすぎてて弄る楽しみはありませんが…

    返信
  • hightimes247

    2013-04-10 at 9:39 PM

    >shinji_yさん
    おぉ、YUN-1ユーザー!始めましてです。
    YUN-1購入、社長様がNABへ…本職の方でしょうか?(流してくださって結構です)
    セッティングは結構適当に書き殴ってるエントリなんで(笑)不明なところがあれば聞いてみてください。わかることであればお答えできるかもです。
    ZENMUSE HEROは重量も気になりますが、
    2軸と3軸はどれぐらいの時間差で発売されるのか?
    アナウンスされてる機能は全てZENMUSE HEROスタンドアローンで使えるのか?
    モニタリングの通信形式は?5.8Ghz?
    なんてところも気になりますね〜…社長さぁぁん!

    返信
  • shinji_y

    2013-04-10 at 10:22 PM

    どうもです。
    ちょっとだけ特殊なカメラ店でパノラマと微速度撮影などの機材を扱ってます。
    空撮は趣味で初めたばかりでずぶの素人(電気関係も含めて)ですので
    ブログ非常に参考になります。
    気になる点、ブースを訪ねるのは明日なので確認してきてもらいます。

    返信
  • hightimes247

    2013-04-11 at 9:03 AM

    >shinji_yさん
    >パノラマと微速度撮影などの機材を扱ってます
    ちょっとどころかバリバリ本職じゃないですか〜。空撮も扱いはじめる未来が見えます(笑)
    iOS appとはwifiで繋ぐんだろうから5.8GHzとかは的外れだったかも…
    社長様にリサーチよろしくお伝えくださいませ〜。

    返信
  • freiheit

    2013-04-11 at 11:35 PM

    はじめまして!
    最近話題の「MoVI」ネタから自分の中でZenmuseが再熱、muuさんのところからこちらまでお邪魔しました!
    インタビュー映像最後の「灯台見下ろしカット」にやられました!こんな絵撮ってみたい〜!
    是非今後共情報アップ宜しくお願いいたします!

    返信
  • hightimes247

    2013-04-12 at 1:31 AM

    >freiheitさん
    はじめまして、よろしくお願いします!
    チルトからの俯瞰カットはカッコいいですよね。それだけで何でもない灯台も画になる。ボクも早くYUN-1使って撮りたいです。
    Zenmuseは箱から出して直ぐ使えるほどにプロダクトとしての完成度が高いですよね。MoVIは自由度が高いですが、逆に言うとDIY精神が必要です…と思います。
    今後もブラシレスジンバル情報は追っていきます。
    既に追いきれない程の製品リリースが始まりつつあります。中華パワー恐るべし(笑)

    返信
  • shinji_y

    2013-04-12 at 5:43 PM

    NABの件ですがかなり口が固く動画で話している以上の事は全然教えてくれなかったとの事です。
    期待させて申し訳ありません。
    ただ実際に動きは凄いとの事でした。
    なんか肩すかしで申し訳ありません。

    返信
  • hoghtimes247

    2013-04-12 at 9:42 PM

    >shinji_yさん
    肩すかしだなんてとんでもないです。一層期待が高まりましたよ。
    社長様へもありがとうございましたと御礼お伝えくださいませ。

    返信

コメントを残す