-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathreview_2024.html
36 lines (35 loc) · 2.86 KB
/
review_2024.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>OpenIPC: A Year of Innovation - 2024</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; background-color: #f8f8f8; padding: 20px; }
.container { max-width: 600px; margin: auto; background: white; padding: 20px; border-radius: 10px; }
h1 { color: #222; }
h2 { color: #555; }
ul { padding-left: 20px; }
li { margin-bottom: 10px; }
</style>
</head>
<body>
<div class="container">
<h1>OpenIPC: A Year of Innovation</h1>
<p>Welcome to a special edition highlighting the most impactful developments within the OpenIPC project over the past year. The community's dedication has driven significant progress, and we're excited to share these achievements with you.</p>
<h2>Key Developments:</h2>
<ul>
<li><strong>AIO Devices Take Flight:</strong> OpenIPC led the charge in bringing All-In-One (AIO) devices to the forefront. Our team was the first to release AIO devices based on OpenIPC firmware, setting the trend for others.</li>
<li><strong>MSPOSD Enhanced with VTX Menu:</strong> The Mario unit's base firmware now supports the latest MSPOSD, complete with a VTX menu. Updates are ongoing, and the new <code>vtxmenu.ini</code> is already in the configurator.</li>
<li><strong>OpenIPC Ruby Emerges:</strong> A single developer's hard work brought OpenIPC Ruby to life.</li>
<li><strong>mavfwd Gets an Upgrade:</strong> The updated mavfwd improves performance, fixing 1080p 120fps on the IMX335. AIO firmware users should update, and experimenting with <code>-a 15</code> could reduce traffic further.</li>
<li><strong>Configurator Refined:</strong> A new "read camera settings" button simplifies setup. The configurator is a major reason 60% of users have switched to OpenIPC.</li>
<li><strong>Strategic Partnerships:</strong> OpenIPC is gaining recognition! RunCam, Emax, and BetaFPV are now collaborating with OpenIPC, with new product launches in the works.</li>
<li><strong>OpenHD Reconciliation:</strong> Prior misunderstandings with OpenHD have been resolved, paving the way for future collaboration.</li>
<li><strong>Telemetry Port Update:</strong> Default telemetry ports have changed: <code>14750</code> for Venc builds, <code>14550</code> for external use on NVR. Update older firmware accordingly.</li>
<li><strong>40MHz Mode on the Horizon:</strong> The community is eager for PixelPilot to adopt 40MHz mode.</li>
<li><strong>High Frame Rate Achieved:</strong> Radxa Zero 3W can now display 120fps.</li>
<li><strong>Zoom Bash Script Integration:</strong> A zoom script with 30 levels and focus set to infinity is now part of the firmware.</li>
</ul>
</div>
</body>
</html>