DJI Pocket 2 - Handheld 3-Axis Gimbal Stabilizer with 4K Camera, 1/1.7” CMOS, 64MP Photo, Pocket-Sized, ActiveTrack 3.0, Glamour Effects, YouTube TikTok Video Vlog, for Android and iPhone, Black

$4.20
$349.00
-99%
Style:  DJI Pocket 2
Quantity

Description

  • POCKET-SIZED: DJI Pocket 2 weighs only 116 g and offers up to 140 minutes of battery life. It fits perfectly in the palm of your hand so that you can take it anywhere. DJI Pocket 2 turns on in a second so you can capture photos and videos in an instant..Battery Capacity : 875 mAh, Voltage : 7.7 V. Energy : 6.738 Wh.
  • MOTORIZED STABILIZATION: A 3-axis gimbal stabilizes the camera for smooth video on the move. This technology is also great for a crisp photo at any time. The gimbal keeps the camera steady, even for long-exposure shots and in low-light environments.
  • HIGH IMAGE QUALITY: An upgraded 1/1.7-inch sensor captures images with 64MP photo and 4K video. A sweeping 20mm f/1.8 lens provides a wide, vivid cinematic look.
  • ENHANCED AUDIO: Consisting of four microphones, DJI Matrix Stereo offers sound recording in different directions, as well as Audio Zoom and SoundTrack, which enhance audio based on the camera's direction and focus.
  • GLAMOUR EFFECTS: Always share your best selfie with Glamour Effects. Boasting a 93° angle view, Pocket 2 allows for more flexible capture and perfectly-composed shots for social media.
  • AI EDITOR: AI Editor automatically combines your clips with transitions and music to create share-worthy content.
  • COMPATIBLE for MOST SMARTPHONES: The DJI Mimo App Requires iOS 11.0 and Android 7.0 or above. Compatible devices include: iPhone 11 Pro Max, 11 Pro, 11, SE 2020, XS Max, XS, XR, X, 8 Plus, 8, Samsung Galaxy S20 Plus, S20, S10, S9 Plus, S8, Note 9, Huawei P40 Pro, P40, P30 Pro, P20 Pro, P20, Mate 30 Pro, Mate 30, Mate 20 Pro, Mate 10 Pro, HONOR 30 Pro, 20, Mi 10 Ultra, 10 Pro, 10, 9, Redmi K30 Pro, Vivo X30 Pro, X30, X27, OPPO RENO 3 Pro, OnePlus 8, 7 Pro, Pixel 4XL, 3XL, 2, LG V40.

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.