How to Setup Betaflight OSD: Configuration and Element Layout Examples

by Oscar

The Betaflight OSD (On-Screen Display) is a powerful feature that allows you to view critical flight information directly on your FPV feed. This tutorial will guide you through the steps to set up and configure the OSD in Betaflight, operate the OSD menu, and provide useful CLI commands for common OSD element setups.

Some of the links on this page are affiliate links. I receive a commission (at no extra cost to you) if you make a purchase after clicking on one of these affiliate links. This helps support the free content for the community on this website. Please read our Affiliate Link Policy for more information.

What is Betaflight OSD?

Betaflight OSD is a feature that overlays flight data such as battery voltage, flight time, RSSI, and more onto your FPV video feed. This feature is incredibly useful for monitoring the performance and status of your drone while flying. You can even use it as a menu to change your drone’s settings including PID, rates, filters, VTX channel and more.

This tutorial focuses on OSD for analog FPV systems. If you are using the DJI FPV System, check out this tutorial on how to set it up: https://oscarliang.com/dji-fpv-system-setup/#betaflight-osd-setup.

Hardware Requirements

Most Betaflight flight controllers (FC) support OSD for analog FPV systems, with a few exceptions that are designed specifically for HD digital FPV systems. This should be stated in the FC specifications.

For an FC to support OSD in analog FPV system, it must have an integrated OSD chip (AT7456E). HD digital systems do not require this chip for OSD functionality.

betaflight osd chip on FC

Wiring

Connect your FPV camera and video transmitter to the flight controller. The camera signal goes to the “Vin” (video input) pad on the FC, while the VTX signal connects to the “Vout” (video output) pad.

Betaflight Configurations

Enabling OSD Feature

Download and Install Betaflight Configurator: https://oscarliang.com/download-betaflight-configurator/. Plug your flight controller into your computer using a USB cable. Open Betaflight Configurator and click on the Connect button.

In the Betaflight Configurator, go to the Configuration tab and enable the “OSD” feature. That’s it—your OSD is now activated.

Enable betaflight osd in configurator

OSD Tab Interface

Navigate to the OSD tab in Betaflight Configurator. This is where you configure which elements appear on your FPV feed.

Betaflight Configurator Osd Simple Tiny Whoop

On the left, you’ll see a list of OSD elements. Simply turn on or off the elements you want to display on the screen.

You’ll notice three checkboxes for each element, these correspond to the 3 available OSD profiles that you can switch between during flight. This allows you to use completely different OSD layouts and elements at any time by flipping a switch on your radio. If you don’t need multiple OSD profiles, set “Preview for” to OSD Profile 1, and “Active OSD Profile” to OSD Profile 1 as well. Then, check the first box for the element you want to display.

Configuring OSD Elements

Click on an element from the left-hand menu to add it to the preview screen, then drag it to your desired location.

betaflight osd preview

My frequently used elements include:

  • Battery Voltage: Displays the battery voltage, so you know when to land and avoid over-discharging your LiPo.
  • Battery Average Cell Voltage: Automatically calculates the voltage per cell, simplifying monitoring (e.g., 16.0V for a 4S battery will display as 4.0V).
  • Timer2: This is your flight time, it displays how long the drone has been armed. This is different from “Timer1,” which shows powered-on time.
  • Warning: A must-have. Displays messages if anything is wrong with the quad, aiding in troubleshooting.
  • Battery Current Draw: Shows amp draw in real time. It requires a current sensor.
  • Battery Current mAh Drawn: Shows how much battery has been consumed. It requires a current sensor.
  • Link Quality
  • RSSI dBm Value: Preferable over RSSI which is a percentage value.
  • Throttle Position
  • VTX Channel: Useful for confirming the channel in use.

Tips for OSD Placement:

  • Avoid Clutter: Try not to overcrowd your screen with too much information. Focus on the essentials to keep your FPV feed clear and readable.
  • Use Logical Placement: Place your critical OSD elements in locations where they are easily readable without obstructing your view.

OSD Settings

On the right side of the OSD tab, you’ll find various OSD-related options, most of which can be left at default. However, here are some key settings to consider:

  • Video Format: Choose Auto, PAL, NTSC, or HD depending on your camera/FPV system. For analog, I recommend setting it to “Auto” so it detects the correct video format for you. For DJI, Walksnail and HDZero, set this to HD.
  • Alarms: Set limits for RSSI, battery capacity, flight time, and altitude. When these limits are reached, the data will flash on-screen as a warning.

Operating the OSD Menu

Betaflight OSD not only displays flight information but also allows you to access a configuration menu directly from your goggles. This menu lets you adjust various settings of the drone without connecting to a computer, including PID settings, rates, VTX power/channel, and more. This feature is handy for fine-tuning your quadcopter in the field. Note that not all options in Betaflight Configurator are available in the OSD menu, so you might still need your computer or an Android app for full configuration.

To access the OSD menu, disarm your drone and use your transmitter sticks (mode 2):

  • Throttle center
  • Yaw left
  • Pitch up

Radio Transmitter Remote Stick Command Betaflight Osd Menu Yaw Left Pitch Up

Your throttle should remain at around center during menu navigation.

Navigating the OSD Menu:

  • Pitch Up/Down: Move up and down the menu items.
  • Roll Right: Enter a menu item.
  • Roll Left: Go back or exit.
  • Roll: Change parameter values.
  • Yaw Right: Quickly save and exit.
  • Yaw Left: Go back to the last menu.

After making adjustments, save your settings by going back to the main menu and selecting “Save & Reboot.”

Changing Betaflight OSD Font

You can change the OSD font by clicking the “Font Manager” button located at the bottom right of the OSD tab. Select a font preset (I recommend “Bold”) and click “Upload Font.”

In this window, you can also upload a custom logo, which will appear when you plug in the battery.

Be aware that once you’ve uploaded a new font, it won’t show in the preview window, but it will display correctly in your goggles.

FAQ and Tips

  • Q: I’m getting a core temperature warning. Should I be concerned?
    • A: This can happen when the drone is sitting on the bench for too long without proper cooling. It’s usually a non-issue, and you can disable this warning in the OSD tab under “Warnings”.
  • Q: I’m getting an RSSI warning. Should I be concerned?
    • A: Ensure you’ve set the correct RSSI alarm value. By default, it’s set to -60 which is too high for ExpressLRS. Adjust it to match your system’s sensitivity limits. For example, for ExpressLRS 250Hz, the sensitivity limit is -108dBm, so I normally set the warning to be around -93dBm (-15dBm link margin). You can set this in CLI: set osd_rssi_dbm_alarm = -93. More info here: https://oscarliang.com/lq-rssi/#What-is-RSSI
  • Q: I’m not getting OSD text on the screen. Why?
    • A: If you can see the Betaflight logo when power on, that suggests your OSD is working, ensure you’ve selected OSD elements and are using the correct OSD profile. If there’s no Betaflight logo at startup, check your video format (NTSC/PAL), set it to Auto if in doubt. Also check your camera and VTX wiring. Or else it could be a faulty OSD chip on the FC.
  • Q: How do I change the craft name in the OSD?
    • A: The craft name input field is located in the Configuration tab.
  • Q: I’m seeing a lot of “V” letters on the screen.
  • Q: The OSD doesn’t save the font and other OSD settings.
    • A: Try plugging in your battery while making changes in Betaflight Configurator to ensure the OSD chip is fully powered. Warning: make sure to remove the props first for safety.
  • Q: “Upload Font” isn’t responding.
    • A: Try plugging in the battery before connecting the USB to Betaflight Configurator, then try again.

My OSD Setup CLI Commands

Configuring OSD elements from scratch for every quad you build can be time-consuming. To make things easier, I’ve compiled some of my preferred OSD elements/layout configurations that you can easily copy and paste into the CLI.

Analog (without GPS)

Betaflight Osd Element Layout Analog Freestyle Racing 2024

set osd_vbat_pos = 6465
set osd_link_quality_pos = 2112
set osd_rssi_dbm_pos = 2080
set osd_tim_2_pos = 6520
set osd_throttle_pos = 2298
set osd_vtx_channel_pos = 2101
set osd_current_pos = 2327
set osd_mah_drawn_pos = 6496
set osd_craft_name_pos = 6155
set osd_warnings_pos = 6410
set osd_avg_cell_voltage_pos = 2348
save

Analog (with GPS)

Betaflight Osd Element Layout Analog Gps Long Range 2024

set osd_vbat_pos = 2371
set osd_link_quality_pos = 2179
set osd_rssi_dbm_pos = 2147
set osd_tim_2_pos = 2467
set osd_flymode_pos = 2456
set osd_throttle_pos = 2391
set osd_current_pos = 2421
set osd_mah_drawn_pos = 2404
set osd_gps_speed_pos = 2359
set osd_gps_lon_pos = 2065
set osd_gps_lat_pos = 2048
set osd_gps_sats_pos = 2115
set osd_home_dir_pos = 2190
set osd_home_dist_pos = 2156
set osd_flight_dist_pos = 2435
set osd_altitude_pos = 18508
set osd_warnings_pos = 14601
set osd_avg_cell_voltage_pos = 2339
save

Analog (Tiny Whoop)

Betaflight Osd Element Layout Analog Tiny Whoop 2024

set osd_vbat_pos = 6444
set osd_link_quality_pos = 2112
set osd_rssi_dbm_pos = 2080
set osd_tim_2_pos = 6520
set osd_throttle_pos = 2298
set osd_vtx_channel_pos = 2101
set osd_current_pos = 2327
set osd_mah_drawn_pos = 6496
set osd_craft_name_pos = 6155
set osd_warnings_pos = 6410
save

Minimalist Setup

For those who prefer a clean and uncluttered view, the minimalist setup focuses on displaying only the essentials:

set osd_vbat_pos = 2433
set osd_rssi_dbm_pos = 2150
set osd_tim_2_pos = 6520
save

HD (with GPS)

set osd_vbat_pos = 2529
set osd_link_quality_pos = 2337
set osd_rssi_dbm_pos = 2305
set osd_tim_2_pos = 2625
set osd_flymode_pos = 3662
set osd_throttle_pos = 3598
set osd_current_pos = 3628
set osd_mah_drawn_pos = 2561
set osd_craft_name_pos = 2049
set osd_pilot_name_pos = 2081
set osd_gps_speed_pos = 3375
set osd_gps_lon_pos = 3112
set osd_gps_lat_pos = 3080
set osd_gps_sats_pos = 2369
set osd_home_dir_pos = 2266
set osd_home_dist_pos = 2232
set osd_flight_dist_pos = 2593
set osd_altitude_pos = 18584
set osd_warnings_pos = 14677
set osd_avg_cell_voltage_pos = 2551
save

HD (without GPS)

Fpv Wtf Msp Osd Dji Fpv Goggles

set osd_vbat_pos = 2529
set osd_link_quality_pos = 2337
set osd_rssi_dbm_pos = 2305
set osd_tim_2_pos = 2625
set osd_flymode_pos = 3662
set osd_throttle_pos = 1550
set osd_current_pos = 3628
set osd_mah_drawn_pos = 2561
set osd_craft_name_pos = 2049
set osd_pilot_name_pos = 2081
set osd_warnings_pos = 14677
set osd_avg_cell_voltage_pos = 2551
save

Conclusion

Setting up the OSD in Betaflight is straightforward, but with some customization, you can significantly enhance your FPV experience. Whether you’re using the OSD to keep track of your battery life, monitor your flight time, or access the configuration menu on the fly, it’s a feature that every pilot can benefit from. Use the steps and commands in this guide to tailor your OSD setup to your specific needs, and enjoy a more immersive FPV flying experience.

Edit History

  • Jul 2017 – Article created
  • Apr 2021 – Removed information regarding MinimOSD, no longer applicable; updated article with the latest information and screenshots
  • Aug 2024 – Tutorial updated and added my OSD setups in CLI commands

Leave a Comment

By using this form, you agree with the storage and handling of your data by this website. Note that all comments are held for moderation before appearing.

55 comments

Slime 27th August 2024 - 6:47 am

Hi Oscar, i can’t find solution in internet. i have speedybe f405 v4. i can’t force it to record number of flights and total distance.
set stats = ON doesn’t show up in my Cli commands.
when i set these values (distance etc, they reset after replug battery).

Reply
Oscar 27th August 2024 - 6:43 pm

They will reset after unplugging the battery – these stats are not designed to be saved, they are reset after each flight.

Reply
Michael 19th February 2024 - 8:47 am

Hey Oscar. Thank you for your awesome work! Maybe you can help me, since I updated to Betaflight 4.4 the font in my OSD is about double as large as it used to be. It takes up lots of space and just looks silly. I am using PAL (not auto, since it is moving up tings when i leave it on auto).

Do you know how I can reduce font size?

Kind Regards

Michael

Reply
Guy 5th October 2023 - 2:10 pm

Using the HDzero freestyle vtx, I basically have to choose the HD video format otherwise I loose too much room on the display if I choose PAL, NTSC or AUTO. But choosing the HD video format makes my screen way larger than needed. That is OK I just move the fields around to get them when I want. But my problem is the stats. When the stats are displayed at the end of a flight, I only see the captions as the values are way past the edge of the image. How can I re-center the stats so I can see the values?

Reply
Arne 17th September 2023 - 1:47 am

Hi Oscar thank u for some much great information!

Can u tell.me how to read out the settings of my personal FC Betaflight Settings especially the OSD Position and Functions wich i use that i can save for my other Quads…and use when i need….

Reply
Oscar 23rd September 2023 - 2:52 pm

Sure, go to CLI in Betaflight Configurator, and enter the command “diff”, then copy the snippet that begin with “set osd_”.
The next time you want to apply the same OSD settings, just enter this snippet, with the command “save” at the end.

Reply
Jason 31st August 2023 - 8:08 am

my osd dissapears when i arm my quad, this started happening after i flashed bluejay to the esc. any idea what it could be? Speedybee f405 v3 stack

Reply
Oscar 3rd September 2023 - 1:40 pm

analog? DJI? or other fpv systems?
does osd come back after you disarm? can you get into the OSD menu using stick commands after disarm?
do you have multiple OSD profile setup and you accidentally get into an empty OSD profile maybe?

Reply
Dennis 14th September 2023 - 1:17 pm

I had the same issue today, OSD disappears when I arm. Speedybee F405 v3 stack, Bluejay ESC firmware, analog VTX

Reply
Štěpán 16th June 2023 - 6:08 pm

Hello… Is there any way how to reverse (180° ) the image of fpv cam without turning the whole cam upside down or using the hardware buttons ? Like CLI command or something ?? Thanks

Reply
Oscar 16th June 2023 - 6:45 pm

This is only possible in the camera settings, if the camera has this capability. You can’t do this in Betaflight settings.

Reply
Ert 20th May 2023 - 12:46 pm

with 10.9.0 configurator and 4.4.1 Firmware – i cant save bold letters in my HD OSD Config. Seems that the configurator has som issues… My front manager are grayed out.

And in y firmware setting y must enable both SD and HD too use the widescreen option. if y only choose only HD y cannot see the extended Screen too place y OSD symbols. (or its just a bug from my flightcontroller DarlRC722Dual?

Reply
JD Dupuy 9th February 2023 - 3:36 pm

How do I save an OSD profile so I can upload it to other quads?

Reply
Oscar 10th February 2023 - 12:24 am

In CLI, type diff, and find the lines that start with “set osd_” (those are your OSD element positions), and copy them to other quads (remember to save before exiting).

Reply
Kory 28th December 2021 - 9:02 pm

Anyone ever see the OSD working only when usb is connected? Guessing it would some sort of not enough power issue? Any workarounds? This is on a betafpv 75x on 3s. Has a cap on the power lead.

Reply
Phillip 29th June 2022 - 7:52 am

hi kory
I am having the same issue. I have caddx vista unit in my drone. (to replace the analogue system prior) but when I remove the USB connection . I loose OSD after a few seconds even with the battery still connected. Were you able to solve your issue . Please let me know.

Reply
Daniel 28th August 2021 - 8:39 am

Hi Oscar! Many thanks for another awesome tutorial. Really enjoyed!

Reply
Harry Latorre 21st May 2021 - 6:16 am

Hey Oscar,
I am sure you won’t see my post as your pretty busy but here goes nothing,
On my GEPRC KHX5 i am getting on my Cobra S goggles it says “Black Box=Fault” on the osd screen,do you have any idea what may be causing this message?
My other quads don’t report this issue.
Thanks alot,
Harry L

Reply
Isaiah Flores 5th December 2021 - 10:10 pm

Sounds like an issue unrelated to the OSD itself, replied a little late, however I hope I gave you some clarity on the issue.

Reply
Adrian 31st October 2020 - 8:51 am

Is there any way to change warnings etc in the OSD.

I would love custom text.

Cheers, Adrian

ps. Thank you for your work!!!

Reply
crckdns 20th August 2020 - 10:32 am

Thanks for all of your tutorials and reviews, it helped me a lot for few years now :)

Now I have a weird problem with my Omnibus F4 Pro V3 and Betaflight 4.2
I tried to enable OSD but it won’t show up. Also there is no video-format selection visible in the OSD tab.
At first I thought it’s because the camera (runcam hybrid) is set to NTSC and I can not set it up to PAL ..
but then I disconnected the camera and let only the VTX connected to omnibus, yet there is only grey screen without any OSD, so it’s not a PAL/NTSC problem.
Any idea what could cause this? is the OSD chip (AB7456?) defective? is betaflight not recognizing the OSD chip? would it even show the OSD tab if it wouldn’t recognize it?
Or is it just disabled in Betaflight and I can enable it in CLI?
Thanks in advance for any ideas!

Reply
JSKCKNIT 17th December 2019 - 2:09 am

Set the battery voltage to 4.4V

Reply
Rodrigo 23rd November 2019 - 2:13 am

Hello!!

Does TransTEC F7 HD 30×30 Flight Controller for DJI have Betaflight OSD setup?

Reply
Jay 31st March 2019 - 4:26 pm

I have a cl racing 4fs flight controller, a Foxeer Valkor camera, and a Mach 3 VTX. I have the video out from the camera connected to the CAM_S on the FC and the VTX_S connected to the video input to the MACH 3. I have betaflight OSD turned on. No matter what I do, I am unable to get the betaflight OSD to show up in my Goggles. I can see the video image and the Foxeer OSD material, but nothing else. Is there something obvious that I am missing or do I have a bad FC board? Everything else on the FC works fine.

Reply
Bob Pridgen 28th December 2018 - 10:28 pm

I your FC, camera, and VTX all have OSD, does that create a conflict?

Reply
Oscar 1st January 2019 - 12:05 pm

They shouldn’t, the OSD probably just get overlap on top of each other.
You should be able to turn off OSD in your camera and VTX?

Reply
glenn wardle 28th September 2018 - 3:33 pm

hi oscar, ive got betaflight 3.5 everything seems fine apart from one weird thing .
the “battery usage bar” in the osd .it appears on my screen but is always totally empty whatever the battery voltage..
just leaves an empty rectangle on screen ? any ideas ..thanks glenn

Reply
Simon 3rd December 2018 - 11:04 am

I have the exact same issue. any clues? I set my battery capacity to 1500mah and still nothing, though it does flash when its ’empty’

Reply
Joe 22nd August 2018 - 10:28 pm

My betafpv board flashed with 3.5 seems to have a weird way of navigating the OSD menu. The sticks are swapped. I have to use throttle to select and roll to scroll the list. Is this a change or a big?

Reply
Wild Bill 6th July 2018 - 3:58 pm

Hi Oscar,
Is it possible to ‘Hack the OSD’ so that it can be used as a multiplexer / second camera stream for video overlay or picture-in-picture?
This way you could have a second FPV camera pointing backwards as your ‘rear view cam’.
Just an idea, not sure if it would work.
Thanks,

Reply
Andrew McMahon 20th August 2018 - 3:16 pm

Hi All,

Does anyone know if this would work?

Thanks,

Reply
Stephen Thorpe 8th November 2018 - 11:12 pm

No, but….
Fit both cameras and use a video switcher, controlled by RC channel switch on TX, to select front or rear view.
Cheers Steve

Reply
UnboundUAV 28th August 2018 - 5:59 pm

This would not be possible.
Picture in Picture requires another chip as well as memory.
PIP chips will store the image in memory, format, then play the video asynchronously. It would use way too many resources with our current hardware.

Reply
Andrew 31st August 2018 - 3:45 pm

Thank you UnboundUAV

Reply
Brigzy 14th June 2018 - 10:23 am

Hi, I have an Eachine QX65 Micro Quad, it has the Beecore FC, I have all the OSD working with BFlight. One problem I have is that the Bat Voltage constantly flashes on the screen when flying, can’t work out where to adjust in BFlight? Do I need to set an alarm limit? Thx Tim.

Reply
miguel 13th May 2018 - 9:27 pm

Im using Tramp HV and my camera is hooked up directly to tramp HV, will betaflight osd work on this?

Reply
Robert Sederburg 27th June 2018 - 5:31 am

No, you need to have the camera going through the board for the osd to be visible on your screen.

Reply
Andrew 22nd February 2018 - 8:01 pm

Is it possible to connect MinimOSD to Betaflight based Flight controller which already has OSD chip on board? I have Kakute board with broken embedded OSD chip. Want to connect external OSD , any advice of how to do so? As i understand when i activate OSD in Features it tries communicate with already know on board OSD…

Reply
Oscar 6th March 2018 - 5:42 pm

Yes you can, just connect your MinimOSD to an UART and configure it as shown in this tutorial.

Reply
Skyler 20th February 2018 - 5:34 am

Am I assuming the capacity warning is for mAh left? so if I set it to 1000 the alarm will sound when there’s 1000 mAh left in the battery? A reply would be greatly helpful. Thanks!

Reply
Oscar 6th March 2018 - 5:32 pm

That’s the “mah drawn” warning, once your “mah drawn” reach “capacity” set by you, you will get the warning.

Reply
kronie 28th December 2017 - 6:03 am

Do I need to use the 5v/Gnd pins on the board for OSD to work, or can I power my vtx and cam via PDB? My Omnibus F4 doesn’t seem to have any voltage going through the Gnd/Ram pins, in 12v or 5v mode. When I power VTX/cam off PDB I don’t see OSD, but when I do the TX combination to open OSD menu it seems like the menu opens(even though I can’t see it) as I am unable to spin up the props after that.

Reply
egvneto 9th December 2017 - 1:38 pm

Thanks for the post. I have a Kakute F4 (furibee X215PRO) and when I uploaded the Betaflight Font, there’s no OSD anymore. Tried to go back to another font and no success.
Any idea?
Best regards

Reply
Sonny Paredes 7th December 2017 - 9:40 pm

O,L.
can you please explain why I can test a camera external of the quad and get a clear image, when installed THRU the control board the OSD shows clearly but NO camera image shows just the OSD.
What did I fail to turn on in Betaflight?
Sonny

Reply
Oscar 12th December 2017 - 1:56 pm

sounds like something wrong with the Vin pin onn your FC, or the OSD chip is just faulty.
double check your soldering to make sure though.

Reply
Kris 23rd June 2018 - 8:01 pm

Have checked connections all ok and betaflight ok, OSD will show for a second and than change to black screen. Please help

Reply
Stephen 21st November 2017 - 2:04 am

Hi, I have a few setups with separate mwosd boards and I’d like to be able to use the betaflight firmware on the mwosd board and have the flight controller recognize it as if its an AIO board. Where can I find the firmware to flash to it.
I just want to use the betaflight osd configurator instead of having to go through the serial passthrough and then mwosd configuration….

Thanks .

Reply
Oscar 28th November 2017 - 1:58 pm

sorry I don’t know if that’s possible at the moment, wiring is not easy as you need to connect it with SPI as far as i know.

Reply
Al 19th October 2017 - 7:34 pm

Is it possible to change the language in BF OSD? My HGLRC F4 V5 is defaulting to Chinese (I think) and I’d like to change it to English, but I don’t know where in the menus I can access this.

Reply
Oscar 24th October 2017 - 2:17 pm

Have you tried re-uploading font in the Configurator?

Reply
Alain 19th September 2017 - 10:18 pm

Hi,

Any one knows, how can I select (and if it´s possible) lowband for TBS or Tramp from osd?
Thanks.

Reply
Kirk Charlot 17th August 2017 - 2:43 pm

Silly ? Betaflight osd Is the cam required to have osd? I’m thinking yes but often wrong

Reply
Oscar 21st August 2017 - 2:46 pm

I am not sure i understand your question fully, but Betaflight OSD does not require the camera to have OSD. The text is generated in the flight controller and overlayed on the camera.

Reply
GrannyApple 24th July 2017 - 7:37 pm

Hey is there any chance you can write about using external OSDs with betaflight?

Blue Falcon(RIP) on YT had a micro minum osd working with a sp f3 Board. I tried hooking mine up to a SP F3evo but the osd tab would register the osd. Osd worrks fine and read attitude and voltage and arm/disarm state. Heading and RSSI stopped working.

Reply
ysdairy 22nd July 2017 - 1:41 am

Please tell that the reach of the OSD setting screen and the reach of the picture from a camera aren’t identical.
In case of the camera which is pal system in particular, actual indication becomes quite smaller than a setting screen.
When setting an indication element as the end on the screen and the lower end, an element isn’t seen.
I apologize for that in clumsy English.

Reply