K&F Concept Drone Filter Variable ND Lens Filter Kits For DJI Mini 4 Pro 2 Pack ND2-32+ND32-512 with 28 Layers of Nano-coating

$208.99 & Free Shipping

954 in stock

Description

  • * 【Mini 4 Pro Limited Variable ND Filter】This latest limited variable filter kit from K&F Concept is specially designed for DJI Mini 4 Pro, a valuable addition to your photography toolkit, enhancing the ability to control light and achieve creative effects in aerial photography.

  • * 【Light Reduction & Balanced Exposure】The ND2-32 and ND32-512 filters provide 1-5 and 5-9 stop light reduction, allowing to adjust the level of light reduction precisely to achieve desired exposure during drone aerial photography and maintain image quality without color shifting.

  • * 【Multi-Coated HD Optical Glass】The filter is made of Top AGC Optical Glass, which helps control light, capture vivid colors, and manage contrast without losing image sharpness; Adopt 28 layers of nano-coatings on both sides for solid protection against scratches, and dust, soil, water, and oil; Black painted adapted to the filter frame surface to minimize reflections and reduce the impact on the image.

  • * 【Perfect Fit & Quick Install】Accurate back buckle design that perfectly matches the Mini 4 Pro camera lens base; Convenient to disassemble and assemble, just snap on, that will hold tightly on the camera during the flight, and smooth rotation of the filter ring makes it easy to make quick adjustments.

  • * 【Gimbal Safe】K&F Concept ultra-lightweight technology ensures each filter frame goes through a rigorous test without adversely affecting your drone gimbal calibration and performance, weighing only 2g/0.07oz.

Additional information

Weight 0.100 lbs
Dimensions 10 × 10 × 10 in
Brand Name

K&F CONCEPT

High-concerned chemical

None

Filter Type

ND Filter

Origin

Mainland China

Compatible Drone Brand

DJI

Model Number

ND2-32+ND32-512

Weight

100g

Package

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