FPV по-быстрому
Очень спешил после работы полетать, бежал со всех ног. Вечер был солнечным и безветренным, а потом обещали несколько дней дождей. Два раза пролетел полуторокилометровый участок на одной батарее 3s 2100 на 250-м коптере. При первом полете солнце еще как-то вырывало лучами куски зданий, а при втором освещенной оставалась только вершина горы Kolsas (Kolsastoppen).
Для дешэйкинга использовались настройки к моему скрипту, которые дают минимальные бордюры, т.к. сглаживают восновном высокочастотные колебания, а не умышленые движения:
rem Inherit default settings for Mobius;
call Deshake.env.DEFAULT.Mobius.cmd
rem 13. Motion smoothness - horizontal panning (-1..; default: 1000);
set ds_motion_smth_hor=1000
rem 14. Motion smoothness - vertical panning (-1..; default: 1000);
set ds_motion_smth_vert=1000
rem 15. Motion smoothness - rotation (-1..; default: 1000);
set ds_motion_smth_rot=3000
rem 16. Motion smoothness - zoom (-1..; default: 1000);
set ds_motion_smth_zoom=0
rem 40. Max. correction limits - horizontal panning (1..; default: 15, decimals allowed);
set ds_corr_limit_hor=1
rem 41. Max. correction limits - vertical panning (1..; default: 15, decimals allowed);
set ds_corr_limit_vert=1
rem 42. Max. correction limits - rotation (1..; default: 5, decimals allowed);
set ds_corr_limit_rot=2
rem 46. Use previous and future frames to fill in borders - previous frames (0..; default: 30);
rem (Only used if previous frames are enabled.)
set ds_prev_frames=3
rem 47. Use previous and future frames to fill in borders - future frames (0..; default: 30);
rem (Only used if future frames are enabled.)
set ds_future_frames=3
rem 55. Soft borders - edge transition width. (0..; default: 10);
rem (Only valid if using Soft borders.)
set ds_edge_width=5
set render_fdd=0
set render_lagarith=1
set remove_temp=1
{"assets_hash":"a8b26fa7f6e768b07a72c8c9aadb9422","page_data":{"users":{"41b8a4ac3df9550077792e83":{"_id":"41b8a4ac3df9550077792e83","hid":5271,"name":"Prikupets","nick":"Prikupets","avatar_id":null,"css":""},"4e89e18b3df955007774da95":{"_id":"4e89e18b3df955007774da95","hid":101271,"name":"chukey","nick":"chukey","avatar_id":null,"css":""}},"settings":{"blogs_can_create":false,"blogs_mod_can_delete":false,"blogs_mod_can_hard_delete":false,"blogs_mod_can_add_infractions":false,"can_report_abuse":false,"can_vote":false,"can_see_ip":false,"blogs_edit_comments_max_time":30,"blogs_show_ignored":false,"blogs_reply_old_comment_threshold":30,"votes_add_max_time":168},"entry":{"_id":"5569626f9970730077112576","hid":20376,"title":"FPV в Lommedalen","html":"<p><strong data-nd-pair-src=\"**\">FPV по-быстрому<br>\n</strong><br>\nОчень спешил после работы полетать, бежал со всех ног. Вечер был солнечным и безветренным, а потом обещали несколько дней дождей. Два раза пролетел полуторокилометровый участок на одной батарее 3s 2100 на 250-м коптере. При первом полете солнце еще как-то вырывало лучами куски зданий, а при втором освещенной оставалась только вершина горы Kolsas (Kolsastoppen).</p>\n<!--cut-->\n<div class=\"ez-player ez-domain-youtube_com ez-block\" data-placeholder=\"<iframe class="ez-player-frame" src="https://www.youtube.com/embed/LUZxBdtg60U?feature=oembed&amp;autoplay=1" allowfullscreen></iframe>\" data-nd-link-orig=\"http://www.youtube.com/watch?v=LUZxBdtg60U\" data-nd-link-type=\"linkify\">\n <div class=\"ez-player-container\" style=\"padding-bottom: 56.5%;\">\n <a class=\"ez-player-placeholder\" target=\"_blank\" href=\"http://www.youtube.com/watch?v=LUZxBdtg60U\" rel=\"nofollow\">\n <div class=\"ez-player-picture\" style=\"background-image: url('https://i.ytimg.com/vi/LUZxBdtg60U/hqdefault.jpg');\"></div>\n \n <div class=\"ez-player-header\">\n <div class=\"ez-player-title\">\n FPV in Lommedalen (long and mostly uncut)\n </div>\n </div>\n \n <div class=\"ez-player-button\"></div>\n <div class=\"ez-player-logo\"></div>\n \n </a>\n </div>\n</div>\n<p>Спасибо AlcoNaft43 за неоценимую помощь! :clap:</p>\n<p>Для дешэйкинга использовались настройки к моему скрипту, которые дают минимальные бордюры, т.к. сглаживают восновном высокочастотные колебания, а не умышленые движения:</p>\n<pre class=\"hljs\"><code>rem Inherit default settings for Mobius;\ncall Deshake.env.DEFAULT.Mobius.cmd\n\nrem 13. Motion smoothness - horizontal panning (-1..; default: 1000);\nset ds_motion_smth_hor=1000\n\nrem 14. Motion smoothness - vertical panning (-1..; default: 1000);\nset ds_motion_smth_vert=1000\n\nrem 15. Motion smoothness - rotation (-1..; default: 1000);\nset ds_motion_smth_rot=3000\n\nrem 16. Motion smoothness - zoom (-1..; default: 1000);\nset ds_motion_smth_zoom=0\n\nrem 40. Max. correction limits - horizontal panning (1..; default: 15, decimals allowed);\nset ds_corr_limit_hor=1\n\nrem 41. Max. correction limits - vertical panning (1..; default: 15, decimals allowed);\nset ds_corr_limit_vert=1\n\nrem 42. Max. correction limits - rotation (1..; default: 5, decimals allowed);\nset ds_corr_limit_rot=2\n\nrem 46. Use previous and future frames to fill in borders - previous frames (0..; default: 30);\nrem (Only used if previous frames are enabled.)\nset ds_prev_frames=3\n\nrem 47. Use previous and future frames to fill in borders - future frames (0..; default: 30);\nrem (Only used if future frames are enabled.)\nset ds_future_frames=3\n\nrem 55. Soft borders - edge transition width. (0..; default: 10);\nrem (Only valid if using Soft borders.)\nset ds_edge_width=5\n\nset render_fdd=0\nset render_lagarith=1\nset remove_temp=1\n</code></pre>\n","user":"41b8a4ac3df9550077792e83","ts":"2015-05-30T07:10:39.000Z","st":1,"cache":{"comment_count":2,"last_comment":"55754ddd997073007712bfa0","last_comment_hid":2,"last_ts":"2015-06-08T08:10:05.000Z","last_user":"41b8a4ac3df9550077792e83"},"views":717,"bookmarks":0,"votes":0},"subscription":null},"locale":"en-US","user_id":"000000000000000000000000","user_hid":0,"user_name":"","user_nick":"","user_avatar":null,"is_member":false,"settings":{"can_access_acp":false,"can_use_dialogs":false,"hide_heavy_content":false},"unread_dialogs":false,"footer":{"rules":{"to":"common.rules"},"contacts":{"to":"rco-nodeca.contacts"}},"navbar":{"tracker":{"to":"users.tracker","autoselect":false,"priority":10},"forum":{"to":"forum.index"},"blogs":{"to":"blogs.index"},"clubs":{"to":"clubs.index"},"market":{"to":"market.index.buy"}},"recaptcha":{"public_key":"6LcyTs0dAAAAADW_1wxPfl0IHuXxBG7vMSSX26Z4"},"layout":"common.layout"}