Skip to content

Commit a1ae901

Browse files
authored
Update groundstation-radxa-zero-3w.md
1 parent bb16423 commit a1ae901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/use-cases/fpv/groundstation-radxa-zero-3w.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ or access to serial console, please check [here](https://wiki.radxa.com/Zero/dev
5151
- Method 3: While in the scripts folder, run the wifi-connect.sh script.
5252
- To check your connection after, run nmcli and your wlan0 connection should be green. Make a note of your ip address. We will need this to ssh into the system later.
5353
- Step 4 - Set your desired screen resolution and refresh rate in the screen-mode file. Enter pixelpilot --screen-mode-list to list the available modes your connected display can handle. Then enter sudo nano /config/scripts/screen-mode and change to your desired specifications. Format is WxH@fps -- Common values would be 1920x1080@60, 1920x1080@120. 1280x720@60, 1280x720@120. For smooth DVR playback, set the rec-fps with sudo nano /config/scripts/rec-fps to the fps at which your camera is shooting. e.g. 60, 90, 120
54-
If you want to run the highest frame-rate your connected screen is capable of, run sudo ./config/scripts/highest_framerate.sh
55-
If you want to run the highest resolution your connected screen is capable of, run sudo ./config/scripts/highest_resolution.sh
54+
- If you want to run the highest frame-rate your connected screen is capable of, run sudo ./config/scripts/highest_framerate.sh
55+
- If you want to run the highest resolution your connected screen is capable of, run sudo ./config/scripts/highest_resolution.sh
5656
- Step 5 (optional) - Set your WFB-ng channel in /etc/wifibroadcast.cfg and transfer your gs.key to /etc (A standard gs.key and drone.key are now provided)
5757
- Step 6 - Shutdown the system, disconnect the keyboard, and connect your wifi card. Boot the system and SSH from a separate computer.
5858
- Step 7 - Test the system. Run wfb-cli gs and plug in your camera. Make sure you are properly getting video and telemetry packets. Hit CTRL-C to exit the wfb-cli. Run sudo systemctl start openipc.service and the display connected to the radxa should change to your video feed. Press your DVR button. The stream should stop (the screen will go black for a second) and a new stream being recorded should start. Press the dvr button again to stop the saving stream and go back to the display stream. (Again, the stream should go black for a second. If it doesn't, press the button again) Confirm there is a .mp4 video file in /media by going to x.x.x.x:8080 in a browser, replacing x.x.x.x with your radxa's ip address. . Run sudo systemctl stop openipc.service to stop testing.

0 commit comments

Comments
 (0)