Xiaomi Mijia GT8 Drone 4K Professional 8K Camera Aerial FPV Avoiding Obstacle with Large Screen Remote Control Folding RC Dron

Price range: $190.99 through $260.99 & Free Shipping

Description

Welcome to the Xiaomi Drone Store
Xiaomi Mijia XT808GPS Drone 4K Professional HD Dual Camera 8K Dron Brushless Motor 5G WIFI FPV Foldable RC Quadcopter Helicopter
Description:
Product number: GT8
Product name: Obstacle avoidance with 4.3-inch screen brushless drone
Frequency: 2.4G
Motor: 1503 brushless motor 4000KV
Quadrotor battery: 3.7V 1300mAh 4.81wh
Remote controller battery: USB charging
Flight time: 15-20 minutes
Charging time: 90 minutes
Remote control distance: 3000 meters
Color: dark blue
Camera options: 5G WiFi 4K HD/5G WiFi 6K/5G WiFi 8K
Field of view: 120° wide angle

2.4G optical flow with 4.3-inch screen display brushless drone with dual-lens WIFI professional aerial camera

1. The front lens is placed with wide-angle 4K HD WIFI, which can switch up and down angles for shooting, lens stabilization design, and EIS electronic image stabilization to make the photos clearer
2. The fixed height function has the function of altitude hold mode, optical flow positioning and fixed point function, and stable flight.
3. Ultra-long battery life 3.7V 1300mah lithium battery, battery life is about 15 minutes, the fuselage has LCD power display.
4. Custom route. You can draw the picture you want to fly on the APP
5. APP mobile phone control, headless mode, rise and fall, forward and backward, left and right side flight
6. Gesture photography, optical flow positioning, brushless motor, ultra-long battery life
7. Brushless motor provides more powerful power and longer service life
8. The product size is light and the fuselage weighs 177g, which can circumvent national aviation control (in some countries, drones over 250g need to be certified or registered, 177g can avoid the trouble of certification and registration)
9. 2.4GHz anti-interference technology, six-axis gyroscope, more stable flight and more convenient control

Package includes:

1 * GT8 quadcopter
1 * remote control transmitter with screen
1 * storage bag
1 * memory card + card reader
1 * USB charging cable
1 * screwdriver
2 * user manual
8 * spare maple leaves
Product folded size (cm): 13*8.9*7.2 cm
Product unfolded size (cm): 28.5*26*7.2 cm

Additional information

Weight 0.600 lbs
Dimensions 25 × 21 × 9 in
Brand Name

MIJIA

Remote Distance

3000M

GPS

No

Video Maximum Resolution[Pixel X Pixel]

8K(7680*4320)

Max Wind Speed Resistance

< 10 KM/H

Camera Features

4K HD Video Recording, 6K HD Video Recording, 8K HD Video Recording

Camera Mount Type

Other

Max Takeoff Weight

1-2KG

Display Control

Yes

Category

Camera Drone

Motor Type

Brushless Motor

Equipped with Aerosol Spraing System/Spread Tank Volume

No

Integrated propeller guard

Not Include

Flight Time

20min

Obstacle avoidance types

Visual Avoidance

Aircraf Operating Frequency

2.4 GHz, 5GHz

Origin

Mainland China, Mainland China

High-concerned chemical

None

Camera Integration

Camera Included

Sensor Size

1/1.28 Inches

Drone Weight

177g

FPV Operration

Yes

Camera Stabilization

Optical Image Stabilizer, Gimbal Image Stabilizer, Electronic Image Stabilization

Connectivity

APP Controller, Remote Control, WiFi

Pixels

Above 6 million

Removable/Replaceable Battery

Yes

Sensing Type

Complete Omnidirectional, Forward, Backward, Lateral, UPWARD, Downward

Aerial Photography

Yes

Certification

CE, None

Built-in Display

Yes

APP Supported Languages

Japanese, French, German, Italian, Spanish, Korean, Dutch, Portuguese, Latin American Spanish, Brazilian Portuguese, English, Simplified Chinese, Traditional Chinese Style, Swedish, Polish, Greek, Turkish, Ukrainiaan, Russian

Drone Control Methods

Remote controller control

Spotlight

Yes

Stobe

Yes

Brand

XIAOMI MIJIA

UAV body weight

177g

Number of batteries

Optional 1-3 batteries

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });