based methodology to analyse • Miniature level analysis by farmers • Satellite analysis is expensive, have low revisiting rates, coarse spatial resolutions and works only when cloud coverage is less than 5% • RGB analysis has no insights • Existing Multispectral analysis is expensive
in constrained environment from scratch to understand the dynamics of drones and PID Stage 2: Using a CC3D mini to operate the drone through remote control Stage 3: Using APM2.8 flight controller with GPS
environment • Has overhead camera • Does waypoint navigation using Whycon marker detection • Crosses Hoops and Avoids obstacles through Lua and Python Scripting • CC3D Mini was used • Had built in codes • We used FlySky Transmitter and Receiver at 2.4 GHz
APM 2.8 flight controller • Incorporated GPS control and telemetry extensions • Used Mission Planner • Polygon method where the planner automatically divides the whole region and covers the entire area. • The Open Drone Map Plugin in Mission planner triggers the data acquisition circuitry to click images and later stitch the orthomosaic.
measuring the difference between near-infrared (which vegetation strongly reflects) and red light (which vegetation absorbs). It is an indicator of healthy vegetation
with a regular PiCam and other with a Pi NoIR camera. The NoIR camera has the IR filter removed, leading to additional near infrared also captured in the red channel. • We use the R channel of both the captured images for the formula to find the NDVI
Pi, one attached with a regular PiCam and other with a Pi NoIR camera. • In this we convert the images to grayscale for processing and use these in the formula to work on the intensity of the image.
be connected to Raspberry Pi without an expensive adapter(~Rs. 7000) 2. It’s necessary to have overlapping photos for NDVI calculation, which requires camera placement dependent image pre-processing which is cumbersome. 3. Method 1 has the flaw that the R channel of NoIR image is not purely IR but also contains Red light, which cannot be removed programmatically. 4. Method 2 works on intensity, hence not giving true NDVI but a far approximation
image, an image with the red channel having only IR. We did this by applying a Red light filter in front of the Pi NoIR camera. • Healthy plants, not only absorb red, but also blue and hence appear green.Therefore, we retrieve the reflected NIR from the R channel of the captured image and use Blue light instead of red in the formula