GT3 Mini RC Drone 4K Dual Aerial HD Photography Optical Flow Positioning Obstacle Avoidance UAV Remote Control Quadcopter

$138.99 & Free Shipping

5 in stock

Description

Parameter
Item : GT3 (Optical Flow Electric Tuning Dual Camera)
Materials: ABS plastic and electronic components
Color: Grey
Gyroscope: 6-axis
Frequency: 2.4G
Channel: 4CH
Motor: 716 motor
Battery: 3.7V Lipo battery (included)
Remote control power supply: AAA * 3 (self provided)
Remote control mode: left throttle, right direction
Flight time: approximately 10 minutes
Low altitude flight speed: 3m/s
Medium flight speed: 4m/s
High speed flight speed: 6m/s
Charging time: 60 minutes
FPV:WiFi
Camera: Optical flow electrically adjustable dual camera
Resolution: 4K
Camera angle: electrically adjustable 180 °
Dimensions of quadcopter: 13.6*11*4.7 centimeters
Packaging weight: approximately 295 grams
Packaging size (box): 17.6*14.6*9.1cm

Features
1: Fully enclosed, propeller safe design, compact size, easy to carry.
2: The drone has a fixed altitude maintenance mode function, built-in three sided sensing obstacle avoidance, electrically adjustable lens, and can achieve 180 ° upward shooting, optical flow fixed-point positioning, and stable flight.
3: In headless mode, there is no need to determine the direction of the aircraft during flight.
4: By using the one click return function, you can easily find your way home.
5: 4K pixel high-definition camera, capable of capturing stunning photos and videos from the air.
6: Equipped with WiFi function, it can connect applications and APP systems, take photos and videos, and transmit real-time images through the phone camera.
7: Draw the flight path on the screen, and the drone will autonomously fly along the specified path.
8: 2.4GHz anti-interference technology.
9: There are four channels: ascending, descending, advancing, retreating, flying left, flying right, and rolling.
10: Six axis gyroscope for smoother flight and easier control.

Function: Up/Down/Front/Rear, Left/Right Turn, Lateral Flight, LED Light, 360 ° Stunt Roll, Headless Mode, One Click Auto Return, Height Maintenance Mode WiFi FPV, Dual Camera Switchable, Supports Landscape/Portrait/Head Up Shooting, Camera Electric Adjustable 180

Packaging includes
1 GT3 drone
1 remote control
1 x 3.7V Lipo battery
1 x USB charging cable
4 spare blades
1 screwdriver
2 copies of user manual



Additional information

Weight 0.302 lbs
Dimensions 18 × 15 × 9 in
Brand Name

JIKEFUN

Indoor/Outdoor Use

Indoor-Outdoor

Video Capture Resolution

4K UHD

Is Batteries Included

Yes

Camera Mount Type

Other

Controller Battery

3*AAA ( Not Included)

Origin

Mainland China

Takeoff Weight

70g

Aerial Photography

Yes

Control Channels

4 channels

Transit Time (Days)

/

Flight Time

5~10

Controller Mode

MODE2

Recommend Age

14+y

Anti-wind Ability

/

High-concerned chemical

None

Is Electric

Lithium Battery

Material

Plastic

Drone Weight

about 51.5g

Remote Distance

80-100M

Package Includes

Original Box, Camera, Batteries, charger, USB Cable, Operating Instructions

Remote Control

Yes

Type

HELICOPTER

Features

App-Controlled

Item

RC Quadcopter

Body Battery

3.7V 1800mAh

Charging time

about 60 Mins

Drone size

11*13.6*4.7cm

Motor

716 motor

Feature 1

with Dual camera

Feature 2

Flow of light

Feature 3

Obstacle avoidance

Feature 4

With Cool light

Video resolution

4K camera 2560*1440

Photo resolution

4K camera 4096*2016

Choice

yes

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 } }); });