-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
812 lines (757 loc) · 45.9 KB
/
index.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- SEO Meta Tags -->
<meta name="description" content="OpenHD is an open source digital FPV ecosystem for any type of RC application.">
<meta name="author" content="OpenHD">
<!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
<meta property="og:site_name" content="OpenHD" /> <!-- website name -->
<meta property="og:site" content="" /> <!-- website link -->
<meta property="og:title" content="OpenHD" /> <!-- title shown in the actual shared post -->
<meta property="og:description" content="" /> <!-- description shown in the actual shared post -->
<meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
<meta property="og:url" content="" /> <!-- where do you want your post to link to -->
<meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
<!-- Webpage Title -->
<title>OpenHD - Digital FPV</title>
<!-- Styles -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/fontawesome-all.min.css" rel="stylesheet">
<link href="./css/aos.min.css" rel="stylesheet">
<link href="./css/swiper.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="./assets/images/favicon.png">
</head>
<body>
<!-- Navigation -->
<nav id="navbar" class="navbar navbar-expand-lg fixed-top navbar-dark" aria-label="Main navigation">
<div class="container">
<!-- Image Logo -->
<a class="navbar-brand logo-image" href="index.html"><img src="./assets/images/OpenHD-Logo.png"
alt="alternative"></a>
<!-- Text Logo - Use this if you don't have a graphic logo -->
<a class="navbar-brand logo-text" href="index.html">OpenHD</a>
<button class="navbar-toggler p-0 border-0" type="button" id="navbarSideCollapse"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse offcanvas-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ms-auto navbar-nav-scroll">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#header">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#downloads">Downloads</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="dropdown01" data-bs-toggle="dropdown"
aria-expanded="false" href="#">Changelogs</a>
<ul class="dropdown-menu" aria-labelledby="dropdown01">
<li><a class="dropdown-item" href="2.6-evo.html">2.6-evo</a></li>
<li><div class="dropdown-divider"></div></li>
<li><a class="dropdown-item" href="2.5-evo.html">2.5-evo</a></li>
<li><div class="dropdown-divider"></div></li>
<li><a class="dropdown-item" href="2.4.1-evo.html">2.4.1-evo</a></li>
</li>
</ul>
<li class="nav-item">
<a class="nav-link" href="privacy.html">Contact</a>
</li>
</ul>
<span class="nav-item social-icons">
<span class="fa-stack">
<a href="https://github.com/OpenHD" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://t.me/OpenHD_User" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-telegram fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://discord.gg/P9kXs9N2RP" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-discord fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://forum.openhdfpv.org" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="bi bi-chat-fill fa-stack-1x"></i>
</a>
</span>
<span class="fa-stack">
<a href="https://www.facebook.com/groups/openhd" target="_blank">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook fa-stack-1x"></i>
</a>
</span>
</span>
</div> <!-- end of navbar-collapse -->
</div> <!-- end of container -->
</nav> <!-- end of navbar -->
<!-- end of navigation -->
<!-- Home -->
<section class="home py-5 d-flex align-items-center" id="header">
<div class="container text-light py-5" data-aos="fade-right">
<h1 class="headline">Digital <span class="home_text">OpenSource</span><br>FPV System</h1>
<p class="para para-light py-3">
Welcome to OpenHD, the premier open-source digital FPV ecosystem designed to elevate your RC experience.
Whether you're into drones, remote-controlled vehicles, or aerial exploration, OpenHD has you covered.
</p>
<div class="my-3">
<a class="btn" href="#downloads">Download</a>
</div>
</div> <!-- end of container -->
</section> <!-- end of home -->
<section class="information">
<div class="container-fluid">
<div class="row text-light">
<div class="col-lg-3 text-center p-5" data-aos="zoom-in">
<i class="fas fa-lock-open fa-3x p-2"></i>
<h4 class="py-3">OpenSource</h4>
<p class="para-light">Everything about the OpenHD software stack is open source and freely available
on GitHub. Want to change something?
Do it.</p>
</div>
<div class="col-lg-3 text-center p-5" data-aos="zoom-in">
<i class="fas fa-cogs fa-3x p-2"></i>
<h4 class="py-3">Flexible Hardware</h4>
<p class="para-light">OpenHD works with a wide range of hardware. Check out the wiki to learn what’s
needed to get started.</p>
</div>
<div class="col-lg-3 text-center p-5" data-aos="zoom-in">
<i class="fas fa-signal fa-3x p-2"></i>
<h4 class="py-3">Long Range</h4>
<p class="para-light">OpenHD uses standard 2.4GHz, 5.8GHz and 6GHz(soon) WiFi adapters in a special
broadcast mode. This makes ranges of more than 50km possible.</p>
</div>
<div class="col-lg-3 text-center p-5" data-aos="zoom-in">
<i class="fas fa-desktop fa-3x p-2"></i>
<h4 class="py-3">Advanced OSD</h4>
<p class="para-light">OpenHD features one of the most powerful graphical on screen displays
available for FPV applications. Give it a try yourself!</p>
</div>
</div>
</div> <!-- end of container -->
</section> <!-- end of information -->
<!-- About -->
<section class="about d-flex align-items-center text-light py-5" id="about">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-7" data-aos="fade-right">
<p>ABOUT US</p>
<h1>We are OpenHD</h1>
<p class="py-2 para-light">OpenHD is a suite of software designed for long-range video transmission,
telemetry, and RC control. While we originally designed it with hobbyist drones in mind, it can
be adapted to a wide range of other applications as well.</p>
<p class="py-2 para-light">We are an open-source project that has been collaboratively developed by
a dedicated group of passionate developers who generously contribute their time and expertise.
It also benefits from a large and supportive community of contributors.</p>
<div class="my-3">
<a class="btn" href="https://openhd.gitbook.io/open-hd/general/team">Learn More</a>
</div>
</div>
<div class="col-lg-5 text-center py-4 py-sm-0" data-aos="fade-down">
<iframe width="100%" height="295px" src="https://www.youtube.com/embed/5Ht9P3uv5N4" frameborder="0"
allowfullscreen></iframe>
</div>
</div> <!-- end of row -->
</div> <!-- end of container -->
</section> <!-- end of about -->
<!-- Features -->
<section class="services d-flex align-items-center py-5" id="features">
<div class="container text-light">
<div class="text-center pb-4">
<p>What Makes OpenHD so great</p>
<h2 class="py-2">Explore unlimited possibilities</h2>
<p class="para-light">OpenHD is an exceptionally versatile system, adaptable to a wide array of
platforms and diverse hardware configurations. Tailored with a strong focus on the FPV hobbyist
community, OpenHD remains responsive to valuable feedback from its extensive user base. Its
remarkable modularity and user-friendly design render OpenHD an invaluable software solution across
various applications, including education, research, and the everyday use of FPV enthusiasts.</p>
</div>
<div class="row gy-4 py-2" data-aos="zoom-in">
<div class="col-lg-4">
<div class="card bg-transparent">
<i class="fas fa-plane-departure fa-2x"></i>
<h4 class="py-2">Long Range</h4>
<p class="para-light">OpenHD's groundbreaking transmission system empowers users to achieve
remarkable signal ranges. Distances exceeding 50 kilometers are readily attainable with
well-optimized configurations.</p>
</div>
</div>
<div class="col-lg-4">
<div class="card bg-transparent">
<i class="fas fa-camera fa-2x"></i>
<h4 class="py-2"> Cameras</h4>
<p class="para-light">OpenHD offers extensive support for a variety of cameras and image
sensors, creating intriguing opportunities for exploration in areas such as low-light
sensitivity, HDR capabilities, and the integration of thermal and global shutter sensors.
</p>
</div>
</div>
<div class="col-lg-4">
<div class="card bg-transparent">
<i class="fas fa-microchip fa-2x"></i>
<h4 class="py-2">Custom Hardware</h4>
<p class="para-light">With its dedicated hardware team, OpenHD presents an exclusive avenue for
crafting tailored hardware solutions that cater to the specific requirements of FPV
enthusiasts, such as the upcoming X20 VTX, which will soon be released.</p>
</div>
</div>
<div class="col-lg-4">
<div class="card bg-transparent">
<i class="fas fa-retweet fa-2x"></i>
<h4 class="py-2">Dynamic Settings</h4>
<p class="para-light">OpenHD's distinctive approach to settings management enables seamless
adjustments without the need for system reboots. This flexibility empowers users to manually
set exposure as the sun sets and dynamically fine-tune the balance between range and
quality. And much more.</p>
</div>
</div>
<div class="col-lg-4">
<div class="card bg-transparent">
<i class="fas fa-laptop-code fa-2x"></i>
<h4 class="py-2">Custom Drivers</h4>
<p class="para-light">"In pursuit of optimal hardware utilization, OpenHD pioneers custom
drivers and kernels, unlocking capabilities beyond standard drivers. This includes enabling
all available channels, integrating new cameras,showing exact channel usage and reducing
decode latency.</p>
</div>
</div>
<div class="col-lg-4">
<div class="card bg-transparent">
<i class="fas fa-handshake fa-2x"></i>
<h4 class="py-2">Business Partners</h4>
<p class="para-light">Our diverse business partnerships enable developers to pre-test hardware
for usability and advantages, benefiting our user community. These collaborations also drive
the creation of custom cameras and carrier boards and much more, tailored to community
needs.</p>
</div>
</div>
</div> <!-- end of row -->
</div> <!-- end of container -->
</section> <!-- end of services -->
<!-- downloads -->
<section class="plans d-flex align-items-center py-5" id="downloads">
<div class="container text-light">
<div class="text-center pb-4">
<h2 class="py-2">Downloads</h2>
<p class="para-light">Here you can find the most important OpenHD Downloads. We recommend just
downloading the OpenHD ImageWriter, which can internally Download all the listed files here, and
let's you easily configure OpenHD.</p>
</div>
<div class="row gy-4" data-aos="zoom-in">
<div class="col-lg-4">
<div class="card bg-transparent px-4">
<h4 class="py-2">OpenHD ImageWriter</h4>
<p class="py-3">The OpenHD ImageWriter is a software tool that makes it easy to install and
configure OpenHD. It lets you choose and download all Images within itself, configure
OpenHD, and write everything to a SD or USB-Stick. This simplifies the setup process for
OpenHD.</p>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-ImageWriter-2.0.3.exe">Windows</a>
</p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-pause-circle fa-1x"></i></p>
<p><a href="#" id="mac-download">Mac</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/openhdimagewriter_2.0.3_jammy_amd64.deb">Ubuntu
Jammy</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/openhdimagewriter_2.0.3_lunar_amd64.deb">Ubuntu
Lunar</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/openhdimagewriter_2.0.3_noble_amd64.deb">Ubuntu
Noble</a></p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card bg-transparent px-4">
<h4 class="py-2">Images</h4>
<p class="py-3">Here you can find all our latest Images for manual flashing.</p>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-image-pi-bullseye-configurable-release-06-26-2024-00-28-57.img.xz">RaspberryPi</a>
</p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-image-radxa-zero3w--release-06-26-2024-00-28-55.img.xz">Radxa
Zero 3</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-image-radxa-cm3--release-06-26-2024-00-29-10.img.xz">Radxa
CM 3 (RPI-IO)</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-image-rock5a--release-06-26-2024-00-29-36.img.xz">Radxa
Rock5A</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a
href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-image-pi-bullseye-configurable-release-06-26-2024-00-28-57.img.xz">Radxa
Rock5B</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p style="margin-right: 20px;"><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-image-x86-lunar--release-06-26-2024-00-29-52.img.xz">X86-Full</a></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-image-x86-minimal--release-06-26-2024-00-28-56.img.xz">X86-Lite</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/OpenHD-image-x20-hotfix-release-06-26-2024-00-28-59.img.xz">OpenHD X20 VTX</a></p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card bg-transparent px-4">
<h4 class="py-2">OpenHD Apps</h4>
<p class="py-3">OpenHD comes with a few companion apps, which show the pirmary
Video and expose Settings.
OpenHD additional allows the usage of third party apps like MissionPlanner, Tower, QGroundControl and FPV_VR_OS.</p>
<div class="block d-flex align-items-center">
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/QOpenHD-2.6-armv7.apk">Android ARMV7</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-check-circle fa-1x"></i></p>
<p><a href="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6/QOpenHD-2.6-armv8.apk">Android ARMV8</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-pause-circle fa-1x"></i></p>
<p><a href="#" id="mac-download-2">IOS</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-pause-circle fa-1x"></i></p>
<p><a href="#" id="windows-download">Windows</a></p>
</div>
<div class="block d-flex align-items-center">
<p class="pe-2"><i class="far fa-pause-circle fa-1x"></i></p>
<p><a href="#" id="mac-download-3">Mac</a></p>
</div>
</div>
</div>
</div> <!-- end of row -->
</div> <!-- end of container -->
</section> <!-- end of plans -->
<!-- JavaScript -->
<script>
document.getElementById('mac-download').addEventListener('click', function (event) {
event.preventDefault();
alert('MacOS/IOS support paused. Seeking new developer.');
});
document.getElementById('mac-download-2').addEventListener('click', function (event) {
event.preventDefault();
alert('MacOS/IOS support paused. Seeking new developer.');
});
document.getElementById('mac-download-3').addEventListener('click', function (event) {
event.preventDefault();
alert('MacOS/IOS support paused. Seeking new developer.');
});
document.getElementById('windows-download').addEventListener('click', function (event) {
event.preventDefault();
alert('Windows support paused. Seeking new developer.');
});
</script>
<!-- Partners -->
<div class="slider-1 testimonial text-light d-flex align-items-center" id="partners">
<div class="container">
<div class="row">
<div class="text-center w-lg-75 m-auto pb-4">
<h2 class="py-2">Our Partners</h2>
<p class="para-light">At OpenHD, we are proud to be a non-profit organization dedicated to making
FPV (First-Person View) accessible to everyone. Our mission is made possible through a
combination of generous donations and strategic partnerships with reputable companies.</p>
</div>
</div> <!-- end of row -->
<div class="row p-2" data-aos="zoom-in">
<div class="col-lg-12">
<!-- Card Slider -->
<div class="slider-container">
<div class="swiper-container card-slider">
<div class="swiper-wrapper">
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Arducam, specializes in developing cameras, crafting drivers for new image
sensors, and enhancing the FPV experience for all.</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.arducam.com/openhd/">
<img class="avatar" src="./assets/images/arducam.png" alt="ArduCam">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Radxa is known for producing single-board computers and related hardware
products. They help us with Hardware support.</p>
<div class="d-flex pt-4">
<div>
<a href="https://radxa.com/">
<img class="avatar" src="./assets/images/radxa.png" alt="Radxa">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Veye Imaging, specializes in developing high quality cameras. They made the
first cameras fitted to outdoor usage on the RaspberryPi</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.veye.cc/">
<img class="avatar" src="./assets/images/veye.png" alt="ArduCam">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>SonicModell/ZOHD is a very reputable manufacturer for model planes, they
provided us with a testing Platform for OpenHD (AR Wing Pro)</p>
<div class="d-flex pt-4">
<div>
<a href="http://www.sonicmodell.com/">
<img class="avatar" src="./assets/images/sonicmodell.png"
alt="SonicModell">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Cloudsmith is a platform for securely storing and sharing software packages.
It hosts all OpenHD binaries and makes our updating possible. </p>
<div class="d-flex pt-4">
<div>
<a href="https://www.cloudsmith.io">
<img class="avatar" src="./assets/images/cloudsmith.png"
alt="CloudSmith">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>PcbWay, a reliable manufacturing partner, streamlines OpenHD custom hardware
prototype production, which helped us with the X20 VTX.</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.pcbway.com/">
<img class="avatar" src="./assets/images/pcbway.png" alt="ArduCam">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>DigitalOcean, a reliable Webserver provider, hosts OpenHD Websites,Forum and
our Images, for worldwide availability.</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.digitalocean.com">
<img class="avatar" src="./assets/images/digitalocean.png"
alt="DigitalOcean">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>StickerMule, a company that specializes in high-quality custom printing,
particularly custom stickers and labels, helps us with promotional Material.
</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.stickermule.com/eu/custom-stickers">
<img class="avatar" src="./assets/images/stickermule.png"
alt="Stickermule">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Maple Wireless, a long time Partner and Developer of the Sword Antenna, helps out with great antennas.</p>
<div class="d-flex pt-4" style="justify-content: center;">
<div>
<a href="https://www.maple-wireless.com">
<img class="avatar"
src="./assets/images/maple.png"
alt="Waveshare" style="width: 50%; display: block; margin: 0 auto;">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>Linux Automation GmbH, sponsors hardware to allow us to make very precise latency Measurements.</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.linux-automation.com">
<img class="avatar"
src="./assets/images/linuxauto.svg"
alt="Linux Automation">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>BeastTX - The ultimate UAV controller made in Germany. Generously sponsoring/integrating with OpenHD </p>
<div class="d-flex pt-4">
<div>
<a href="https://beasttx.com/">
<img class="avatar"
src="./assets/images/beasttx_text_r_blk2.png"
alt="BeastTX">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
<!-- end of slide -->
<!-- Slide -->
<div class="swiper-slide">
<div class="testimonial-card p-4">
<p>The developers behind BeastTX. As drone enthusiasts, they support good things, such as deer-rescuing and alike.</p>
<div class="d-flex pt-4">
<div>
<a href="https://www.tm-sys.it/">
<img class="avatar"
src="./assets/images/TM-IT_Logo_white_v2.png"
alt="TM IT-Systemhaus">
</a>
</div>
</div>
</div>
</div> <!-- end of swiper-slide -->
<!-- end of slide -->
</div> <!-- end of swiper-wrapper -->
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<!-- end of add arrows -->
</div> <!-- end of swiper-container -->
</div> <!-- end of slider-container -->
<!-- end of card slider -->
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</div> <!-- end of testimonials -->
<!-- Location -->
<section class="location text-light py-5">
<div class="container" data-aos="zoom-in">
<div class="row">
<div class="col-lg-3 d-flex align-items-center">
<div class="p-2"><i class="fab fa-telegram fa-3x"></i></div>
<div class="ms-2">
<a href="https://t.me/OpenHD_User" target="_blank">
<h6>Telegram</h6>
</a>
</div>
</div>
<div class="col-lg-3 d-flex align-items-center">
<div class="p-2"><i class="fab fa-discord fa-3x"></i></div>
<div class="ms-2">
<a href="https://discord.gg/P9kXs9N2RP" target="_blank">
<h6>Discord</h6>
</a>
</div>
</div>
<div class="col-lg-3 d-flex align-items-center">
<div class="p-2"><i class="fab fa-wikipedia-w fa-3x"></i></div>
<div class="ms-2">
<a href="https://openhd.gitbook.io/" target="_blank">
<h6>Wiki</h6>
</a>
</div>
</div>
<div class="col-lg-3 d-flex align-items-center">
<div class="p-2"><i class="fab fa-facebook fa-3x"></i></div>
<div class="ms-2">
<a href="https://www.facebook.com/groups/openhd" target="_blank">
<h6>Facebook</h6>
</a>
</div>
</div>
</div> <!-- end of row -->
</div> <!-- end of container -->
</section> <!-- end of location -->
<!-- Footer -->
<section class="footer text-light">
<div class="container">
<div class="row" data-aos="fade-right">
<div class="col-lg-3 py-4 py-md-5">
<div class="d-flex align-items-center">
<h4 class="">OpenHD</h4>
</div>
<p class="py-3 para-light">The ultimate OpenSource Digital Video solution, which doesn't require a
doctors degree</p>
<div class="d-flex">
<div class="me-3">
<a href="https://www.youtube.com/@OpenHD-Official" target="_blank">
<i class="fab fa-youtube fa-2x py-2"></i>
</a>
</div>
</div>
</div> <!-- end of col -->
<div class="col-lg-3 py-4 py-md-5">
<div>
<h4 class="py-2">About Us</h4>
<div class="d-flex align-items-center py-2">
<i class="fas fa-caret-right"></i>
<a href="#about">
<p class="ms-3">About</p>
</a>
</div>
<div class="d-flex align-items-center py-2">
<i class="fas fa-caret-right"></i>
<a href="#features">
<p class="ms-3">Features</p>
</a>
</div>
<div class="d-flex align-items-center py-2">
<i class="fas fa-caret-right"></i>
<a href="#downloads">
<p class="ms-3">Downloads</p>
</a>
</div>
<div class="d-flex align-items-center py-2">
<i class="fas fa-caret-right"></i>
<a href="#partners">
<p class="ms-3">Partners</p>
</a>
</div>
</div>
</div> <!-- end of col -->
<div class="col-lg-3 py-4 py-md-5">
<div>
<h4 class="py-2">Useful Links</h4>
<div class="d-flex align-items-center py-2">
<i class="fas fa-caret-right"></i>
<a href="https://openhd.gitbook.io/">
<p class="ms-3">Wiki</p>
</a>
</div>
<div class="d-flex align-items-center py-2">
<i class="fas fa-caret-right"></i>
<a href="https://openhd.gitbook.io/open-hd/general/troubleshooting">
<p class="ms-3">FAQ</p>
</a>
</div>
<div class="d-flex align-items-center py-2">
<i class="fas fa-caret-right"></i>
<a href="https://openhd.gitbook.io/open-hd/hardware/first-time-setup">
<p class="ms-3">First Time Setup</p>
</a>
</div>
</div>
</div> <!-- end of col -->
<div class="col-lg-3 py-4 py-md-5">
<div class="d-flex align-items-center">
<h4>Send us a Message.</h4>
</div>
<p class="py-3 para-light">For partnership or business inquiries, simply reach out to us here.</p>
<div class="d-flex align-items-center">
<div class="input-group mb-3">
<a class="btn" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div> <!-- end of col -->
</div> <!-- end of row -->
</div> <!-- end of container -->
</section> <!-- end of footer -->
<!-- Bottom -->
<div class="bottom py-2 text-light">
<div class="container d-flex justify-content-between">
<div>
<p>Copyright © 2024 OpenHD</p><br>
</div>
</div> <!-- end of container -->
</div> <!-- end of bottom -->
<!-- Back To Top Button -->
<button onclick="topFunction()" id="myBtn">
<img src="assets/images/up-arrow.png" alt="alternative">
</button>
<!-- end of back to top button -->
<!-- Scripts -->
<script src="./js/bootstrap.min.js"></script><!-- Bootstrap framework -->
<script src="./js/purecounter.min.js"></script> <!-- Purecounter counter for statistics numbers -->
<script src="./js/swiper.min.js"></script><!-- Swiper for image and text sliders -->
<script src="./js/aos.js"></script><!-- AOS on Animation Scroll -->
<script src="./js/script.js"></script> <!-- Custom scripts -->
</body>
</html>