-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
735 lines (672 loc) · 41.4 KB
/
index.html
File metadata and controls
735 lines (672 loc) · 41.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#100b20">
<meta name="google-site-verification" content="google-site-verification: google63801b77e053c16e.html" />
<title>Pro Wifi Camera Remote | Secure Local Monitoring</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://dds-solutions.github.io/">
<meta property="og:title" content="Pro Wifi Camera Remote | Secure Local Monitoring">
<meta property="og:description"
content="Turn your old phone into a secure, local security camera. No internet required, no cloud fees. 100% free and private.">
<meta property="og:image" content="https://dds-solutions.github.io/images/screenshots/home-screen.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://dds-solutions.github.io/">
<meta property="twitter:title" content="Pro Wifi Camera Remote | Secure Local Monitoring">
<meta property="twitter:description"
content="Turn your old phone into a secure, local security camera. No internet required, no cloud fees. 100% free and private.">
<meta property="twitter:image" content="https://dds-solutions.github.io/images/screenshots/home-screen.png">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Hero Section -->
<header>
<div class="container hero-content">
<h1 class="hero-title">
<span class="color-wave">Turn your older smartphones into A</span> <br>
<span class="color-wave">Remote Camera System</span>
</h1>
<div class="hero-slogan gradient-text">
Monitor What Matters To You
</div>
<p class="hero-subtitle">
100% private, real-time monitoring on your local Wi-Fi. No internet. No cloud.
</p>
<a href="https://play.google.com/store/apps/details?id=com.ddssolutions.remotecamera"
class="btn btn-primary btn-wave" target="_blank">Download on Google Play</a>
<p class="hero-secondary-link">
<a href="javascript:void(0)" onclick="openEcosystemModal()" class="feature-guide-link">
Learn about multi-device support →
</a>
</p>
</div>
</header>
<!-- App Screenshots Carousel -->
<section class="screenshot-carousel">
<div class="container">
<h2 class="reveal">See the App in Action</h2>
<p class="section-subtitle reveal">Swipe through screenshots to explore the features</p>
<div class="carousel-wrapper">
<button class="carousel-nav prev" aria-label="Previous slide">❮</button>
<div class="carousel-track" id="carouselTrack">
<!-- Slide: App Start Up Screen -->
<div class="carousel-slide">
<img src="images/screenshots/app-startup.png" alt="App Start Up Screen">
<div class="slide-caption">
<h4>App Start Up Screen</h4>
<p>Initialize your remote camera experience</p>
</div>
</div>
<!-- Slide: Home Screen -->
<div class="carousel-slide">
<img src="images/screenshots/home-screen.png" alt="Home Screen">
<div class="slide-caption">
<h4>Home Screen</h4>
<p>Choose Camera or Monitor mode</p>
</div>
</div>
<!-- Slide: App Menu -->
<div class="carousel-slide">
<img src="images/screenshots/app-menu.png" alt="App Menu">
<div class="slide-caption">
<h4>App Menu</h4>
<p>Easy navigation to all features</p>
</div>
</div>
<!-- Slide: Camera Mode -->
<div class="carousel-slide">
<img src="images/screenshots/camera-mode.png" alt="Camera Mode">
<div class="slide-caption">
<h4>Camera Mode</h4>
<p>Stream live video from your device</p>
</div>
</div>
<!-- Slide: Monitor Screen -->
<div class="carousel-slide">
<img src="images/screenshots/monitor-screen.png" alt="Monitor Screen">
<div class="slide-caption">
<h4>Monitor Screen</h4>
<p>Watch live feeds in HD</p>
</div>
</div>
<!-- Slide: Motion Detection -->
<div class="carousel-slide">
<img src="images/screenshots/motion-detection.png" alt="Motion Detection">
<div class="slide-caption">
<h4>Motion Detection</h4>
<p>Get alerted when movement is detected</p>
</div>
</div>
<!-- Slide: Camera Selection -->
<div class="carousel-slide">
<img src="images/screenshots/camera-selection.png" alt="Camera Selection">
<div class="slide-caption">
<h4>Camera Selection</h4>
<p>Select a camera to monitor</p>
</div>
</div>
<!-- Slide: Settings -->
<div class="carousel-slide">
<img src="images/screenshots/app-settings.png" alt="App Settings">
<div class="slide-caption">
<h4>Settings</h4>
<p>Customize your experience</p>
</div>
</div>
<!-- Slide: Instructions -->
<div class="carousel-slide">
<img src="images/screenshots/instructions-screen.png" alt="Instructions Screen">
<div class="slide-caption">
<h4>Instructions</h4>
<p>How to use the app</p>
</div>
</div>
<!-- Slide: Feature Definitions -->
<div class="carousel-slide">
<img src="images/screenshots/feature-definitions.png" alt="Feature Definitions Screen">
<div class="slide-caption">
<h4>Feature Definitions</h4>
<p>Understand the app symbols</p>
</div>
</div>
<!-- Slide: Privacy Policy -->
<div class="carousel-slide">
<img src="images/screenshots/privacy-policy.png" alt="Privacy Policy Screen">
<div class="slide-caption">
<h4>Privacy Policy</h4>
<p>Your data stays local</p>
</div>
</div>
<!-- Slide: About -->
<div class="carousel-slide">
<img src="images/screenshots/about-screen.png" alt="About Screen">
<div class="slide-caption">
<h4>About</h4>
<p>App info and support options</p>
</div>
</div>
<!-- Slide: Website Screen -->
<div class="carousel-slide">
<img src="images/screenshots/website-screen.png" alt="Website Screen">
<div class="slide-caption">
<h4>Website Screen</h4>
<p>Access via web browser</p>
</div>
</div>
<!-- Slide: PC Browser Screen -->
<div class="carousel-slide landscape">
<img src="images/screenshots/pc-browser.png" alt="PC Browser Screen" class="no-zoom">
<div class="slide-caption">
<h4>PC Browser Screen</h4>
<p>View on your desktop</p>
</div>
</div>
</div>
<button class="carousel-nav next" aria-label="Next slide">❯</button>
</div>
<!-- Dot Indicators -->
<div class="carousel-dots" id="carouselDots"></div>
</div>
</section>
<!-- Features Section -->
<section class="features">
<div class="container">
<h2 class="reveal" style="text-align: center; margin-bottom: 20px;">Why Choose Us?</h2>
<div class="features-grid reveal reveal-stagger">
<!-- Feature 1 -->
<div class="feature-card">
<div class="icon-glass icon-cyan">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
</svg>
</div>
<h3 class="feature-title">100% Private</h3>
<p class="feature-desc">
No cloud servers. No account creation. Your video feed never leaves your local network.
</p>
</div>
<!-- Feature 2 -->
<div class="feature-card">
<div class="icon-glass icon-pink">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon>
</svg>
</div>
<h3 class="feature-title">Real-Time Streaming</h3>
<p class="feature-desc">
Low latency video and audio streaming between your devices for instant monitoring.
</p>
</div>
<!-- Feature 3 -->
<div class="feature-card">
<div class="icon-glass icon-purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12.55a11 11 0 0 1 14.08 0"></path>
<path d="M1.42 9a16 16 0 0 1 21.16 0"></path>
<path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path>
<line x1="12" y1="20" x2="12.01" y2="20"></line>
</svg>
</div>
<h3 class="feature-title">Anywhere Connectivity</h3>
<p class="feature-desc">
Works on Wi-Fi or <strong>Mobile Hotspot</strong>. Perfect for travel or areas without internet.
</p>
</div>
</div>
</div>
</section>
<!-- Use Cases -->
<section class="features">
<div class="container">
<h2 class="reveal" style="text-align: center; margin-bottom: 40px;">Community Use Cases</h2>
<div class="features-grid reveal reveal-stagger"
style="grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));">
<a href="baby-monitor.html" class="feature-card"
style="border-color: rgba(255,255,255,0.05); text-decoration: none; display: block; transition: transform 0.3s ease, border-color 0.3s ease;">
<div class="icon-glass icon-pink">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<path d="M8 14s1.5 2 4 2 4-2 4-2"></path>
<line x1="9" y1="9" x2="9.01" y2="9"></line>
<line x1="15" y1="9" x2="15.01" y2="9"></line>
</svg>
</div>
<h3 class="feature-title">Baby Monitoring</h3>
<p class="feature-desc">Secure, offline monitoring for your nursery.</p>
</a>
<a href="front-door-cam.html" class="feature-card"
style="border-color: rgba(255,255,255,0.05); text-decoration: none; display: block; transition: transform 0.3s ease, border-color 0.3s ease;">
<div class="icon-glass icon-purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
</svg>
</div>
<h3 class="feature-title">Front Door Cam</h3>
<p class="feature-desc">See who is at the door without expensive subscriptions.</p>
</a>
<a href="pet-monitor.html" class="feature-card"
style="border-color: rgba(255,255,255,0.05); text-decoration: none; display: block; transition: transform 0.3s ease, border-color 0.3s ease;">
<div class="icon-glass icon-cyan">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path
d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z">
</path>
</svg>
</div>
<h3 class="feature-title">Pet Watcher</h3>
<p class="feature-desc">Check on your pets while in another room.</p>
</a>
<a href="garage-security.html" class="feature-card"
style="border-color: rgba(255,255,255,0.05); text-decoration: none; display: block; transition: transform 0.3s ease, border-color 0.3s ease;">
<div class="icon-glass icon-pink">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="1" y="3" width="15" height="13"></rect>
<polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon>
<circle cx="5.5" cy="18.5" r="2.5"></circle>
<circle cx="18.5" cy="18.5" r="2.5"></circle>
</svg>
</div>
<h3 class="feature-title">Garage Security</h3>
<p class="feature-desc">Monitor your garage or driveway using an old phone.</p>
</a>
<a href="3d-printer-monitor.html" class="feature-card"
style="border-color: rgba(255,255,255,0.05); text-decoration: none; display: block; transition: transform 0.3s ease, border-color 0.3s ease;">
<div class="icon-glass icon-purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 6 2 18 2 18 9"></polyline>
<path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path>
<rect x="6" y="14" width="12" height="8"></rect>
</svg>
</div>
<h3 class="feature-title">3D Print Monitoring</h3>
<p class="feature-desc">Watch your prints remotely to catch failures early.</p>
</a>
<a href="home-lab-monitor.html" class="feature-card"
style="border-color: rgba(255,255,255,0.05); text-decoration: none; display: block; transition: transform 0.3s ease, border-color 0.3s ease;">
<div class="icon-glass icon-cyan">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
</svg>
</div>
<h3 class="feature-title">Home Lab & Inspection</h3>
<p class="feature-desc">Up-close inspection and recording for electronics or experiments.</p>
</a>
<a href="air-gapped-security.html" class="feature-card"
style="border-color: rgba(255,255,255,0.05); text-decoration: none; display: block; transition: transform 0.3s ease, border-color 0.3s ease;">
<div class="icon-glass icon-pink">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"></path>
</svg>
</div>
<h3 class="feature-title">Air-Gapped Security</h3>
<p class="feature-desc">Perfect for high-security areas where no internet connection is allowed.</p>
</a>
<a href="wildlife-monitor.html" class="feature-card"
style="border-color: rgba(255,255,255,0.05); text-decoration: none; display: block; transition: transform 0.3s ease, border-color 0.3s ease;">
<div class="icon-glass icon-purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"></path>
<line x1="16" y1="8" x2="2" y2="22"></line>
<line x1="17.5" y1="15" x2="9" y2="15"></line>
</svg>
</div>
<h3 class="feature-title">Birds & Wild Life</h3>
<p class="feature-desc">Watch birds at the feeder or wild life in action from a safe distance.</p>
</a>
</div>
<p style="text-align: center; margin-top: 30px; color: var(--text-muted);">
<em>Have a unique use case? Let us know in your review!</em>
</p>
</div>
</section>
<!-- Technical Deep Dive -->
<section class="features" style="background: rgba(0,0,0,0.2);">
<div class="container">
<h2 class="reveal" style="text-align: center; margin-bottom: 40px;">Under the Hood</h2>
<div class="features-grid reveal reveal-stagger">
<div class="feature-card">
<div class="icon-glass icon-cyan">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="3"></circle>
<path
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9.4a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
</path>
</svg>
</div>
<h3 class="feature-title" style="color: #4cc9f0;">Zero-Config Pairing</h3>
<p class="feature-desc">
Powered by Android's <strong>Network Service Discovery (NSD)</strong>. The app automatically
finds devices on your network—no IP addresses to type, no QR codes to scan. Just open and
connect.
</p>
</div>
<div class="feature-card">
<div class="icon-glass icon-pink">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
</svg>
</div>
<h3 class="feature-title" style="color: #f72585;">Direct Socket Stream</h3>
<p class="feature-desc">
We use a custom-built <strong>UDP/TCP Socket Server</strong> directly on your device. This
eliminates the "middleman" server found in other apps, ensuring data privacy and reducing lag.
</p>
</div>
<div class="feature-card">
<div class="icon-glass icon-purple">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
<rect x="9" y="9" width="6" height="6"></rect>
<line x1="9" y1="1" x2="9" y2="4"></line>
<line x1="15" y1="1" x2="15" y2="4"></line>
<line x1="9" y1="20" x2="9" y2="23"></line>
<line x1="15" y1="20" x2="15" y2="23"></line>
<line x1="20" y1="9" x2="23" y2="9"></line>
<line x1="20" y1="15" x2="23" y2="15"></line>
<line x1="1" y1="9" x2="4" y2="9"></line>
<line x1="1" y1="15" x2="4" y2="15"></line>
</svg>
</div>
<h3 class="feature-title" style="color: #7b2cbf;">Background Service</h3>
<p class="feature-desc">
Utilizing Android's <strong>Foreground Service</strong> architecture, the camera continues to
stream securely even when your screen is off or the app is minimized, saving battery life.
</p>
</div>
</div>
</div>
</section>
<!-- Important Information / Specs -->
<section style="padding: 50px 0; border-bottom: 1px solid var(--glass-border);">
<div class="container">
<div class="features-grid"
style="margin-top: 0; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));">
<!-- Card 1: Technical Expectations -->
<div class="feature-card" style="background: rgba(16, 11, 32, 0.6);">
<div class="icon-glass icon-pink" style="width: 40px; height: 40px; margin-bottom: 15px;">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
<polyline points="14 2 14 8 20 8"></polyline>
<line x1="16" y1="13" x2="8" y2="13"></line>
<line x1="16" y1="17" x2="8" y2="17"></line>
<polyline points="10 9 9 9 8 9"></polyline>
</svg>
</div>
<h3 class="feature-title" style="color: #f72585; font-size: 1.25rem;">Technical Expectations</h3>
<ul style="list-style: disc; margin-left: 20px; color: var(--text-muted);">
<li style="margin-bottom: 5px;">Minimum <strong>Android 12 OS</strong> required.</li>
<li><strong>USB Power</strong> recommended for sustained periods of use.</li>
</ul>
</div>
<!-- Card 2: Use Considerations -->
<div class="feature-card" style="background: rgba(16, 11, 32, 0.6);">
<div class="icon-glass icon-cyan" style="width: 40px; height: 40px; margin-bottom: 15px;">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<line x1="12" y1="16" x2="12" y2="12"></line>
<line x1="12" y1="8" x2="12.01" y2="8"></line>
</svg>
</div>
<h3 class="feature-title" style="color: #4cc9f0; font-size: 1.25rem;">Use Considerations</h3>
<ul style="list-style: disc; margin-left: 20px; color: var(--text-muted);">
<li style="margin-bottom: 5px;">Performance depends on the number of connected devices/browsers.
</li>
<li>Wi-Fi/Hotspot bandwidth limitations may affect stream quality.</li>
</ul>
</div>
<!-- Card 3: Accessories -->
<div class="feature-card" style="background: rgba(16, 11, 32, 0.6);">
<div class="icon-glass icon-purple" style="width: 40px; height: 40px; margin-bottom: 15px;">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path
d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z">
</path>
<polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline>
<line x1="12" y1="22.08" x2="12" y2="12"></line>
</svg>
</div>
<h3 class="feature-title" style="color: #7b2cbf; font-size: 1.25rem;">Accessories</h3>
<ul style="list-style: disc; margin-left: 20px; color: var(--text-muted);">
<li style="margin-bottom: 5px;">3D Printed Mounting Accessories</li>
<li style="margin-bottom: 5px;">USB Cables</li>
<li>AC Adapters</li>
</ul>
<div style="margin-top: 20px; text-align: center;">
<a href="accessories.html" class="btn btn-primary"
style="padding: 10px 25px; font-size: 0.9rem;">Equip Your Setup</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div style="text-align: center; margin-bottom: 20px;">
<p>© 2026 DDS Solutions. All rights reserved.</p>
<div style="margin-top: 10px;">
<a href="index.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">Home</a> |
<a href="privacy.html"
style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">Privacy Policy</a> |
<a href="terms.html" style="margin: 0 10px; color: var(--text-muted); text-decoration: none;">User
Agreement</a>
</div>
</div>
</div>
</footer>
<!-- Modal for 3D Print Monitoring -->
<div id="featureModal" class="modal">
<div class="modal-content">
<span class="close-btn" onclick="closeModal()">×</span>
<!-- Modal Header -->
<div class="modal-header">
<img src="https://via.placeholder.com/60" alt="Logo" class="modal-logo" style="display:none;">
<!-- Placeholder for actual logo if needed -->
<div class="modal-header-text">
<h1 class="modal-main-title">Remote Camera System</h1>
<p class="modal-subtitle">Turn any Android device into a secure security camera.</p>
</div>
</div>
<!-- Visual Workflow Area -->
<div class="workflow-container">
<div class="workflow-device" id="device-a">
<div class="device-label">Device A: Camera Mode</div>
<div class="device-tagline">Place your old phone where you need to see.</div>
<div class="device-frame">
<div class="camera-preview-label">Camera Preview</div>
<img src="images/3d-printer-icon.svg"
style="width: 50%; opacity: 0.2; position: absolute; top: 25%; left: 25%;" alt="">
<!-- Placeholder for visual representation of printer -->
</div>
</div>
<div class="workflow-connector">
<img src="images/wifi-custom-icon.svg" alt="Secure Network" class="wifi-icon">
<div class="connector-text">
<strong>Secure Local Network</strong><br>
<small>Direct connection. No internet required.</small>
</div>
</div>
<div class="workflow-device" id="device-b">
<div class="device-label">Device B: Monitor Mode</div>
<div class="device-tagline">Watch live from anywhere in your home.</div>
<div class="device-frame">
<img src="images/3d-printer-icon.svg"
style="width: 50%; opacity: 0.2; position: absolute; top: 25%; left: 25%;" alt="">
<div class="monitor-controls">
<span class="control-dot"></span>
<span class="control-dot red"></span>
<span class="control-dot"></span>
</div>
</div>
</div>
</div>
<!-- Features Icons Grid -->
<div class="modal-features-grid">
<div class="m-feature">
<span class="m-feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
<line x1="11" y1="8" x2="11" y2="14"></line>
<line x1="8" y1="11" x2="14" y2="11"></line>
</svg>
</span>
<div>
<strong>Remote Zoom</strong><br>
<small>Pinch-to-zoom or use the slider for a closer look.</small>
</div>
</div>
<div class="m-feature">
<span class="m-feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"></rect>
<line x1="7" y1="2" x2="7" y2="22"></line>
<line x1="17" y1="2" x2="17" y2="22"></line>
<line x1="2" y1="12" x2="22" y2="12"></line>
<line x1="2" y1="7" x2="7" y2="7"></line>
<line x1="2" y1="17" x2="7" y2="17"></line>
<line x1="17" y1="17" x2="22" y2="17"></line>
<line x1="17" y1="7" x2="22" y2="7"></line>
</svg>
</span>
<div>
<strong>Video Recording</strong><br>
<small>Record important moments directly to the camera device.</small>
</div>
</div>
<div class="m-feature">
<span class="m-feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z">
</path>
<circle cx="12" cy="13" r="4"></circle>
</svg>
</span>
<div>
<strong>Photo Capture</strong><br>
<small>Snap high-quality photos remotely.</small>
</div>
</div>
<div class="m-feature">
<span class="m-feature-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<line x1="2" y1="12" x2="22" y2="12"></line>
<path
d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z">
</path>
</svg>
</span>
<div>
<strong>Browser Access</strong><br>
<small>View the feed from any laptop or PC on the network.</small>
</div>
</div>
</div>
<!-- Modal Footer -->
<div class="modal-footer">
<h2 class="footer-slogan">Monitor What Matters.</h2>
<p class="footer-tags">Simple, Private, and Multi Device Friendly</p>
<div class="steps-guide">
<strong>Step 1:</strong> Select 'Camera Mode' on your first device.
<strong>Step 2:</strong> Select 'Monitor Mode' on your second device.
<strong>Step 3:</strong> Connect and view live HD video instantly.
</div>
</div>
</div>
</div>
<!-- Modal for Multi-Device Ecosystem -->
<div id="ecosystemModal" class="modal">
<div class="modal-content">
<span class="close-btn" onclick="closeEcosystemModal()">×</span>
<div class="modal-header">
<h1 class="modal-main-title">Multi-Device Ecosystem</h1>
<p class="modal-subtitle">Flexible monitoring solutions for every screen.</p>
</div>
<div class="modal-features-grid" style="grid-template-columns: 1fr; gap: 30px;">
<!-- System Architecture Image -->
<div style="width: 100%; margin-bottom: 10px;">
<img src="images/system_architecture.jpg" alt="Multi-Device Ecosystem Architecture"
style="width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.3);">
</div>
<!-- Share App Section -->
<div class="m-feature"
style="background: rgba(123, 44, 191, 0.05); padding: 20px; border-radius: 15px; border: 1px dashed rgba(123, 44, 191, 0.3);">
<span class="m-feature-icon" style="font-size: 2.5rem;">📱</span>
<div>
<h3 style="margin-bottom: 10px; color: #7b2cbf;">Share Application (Clones)</h3>
<p style="color: var(--text-muted); margin-bottom: 15px;">
Transform as many devices as you need. Use the <strong>"Share Application"</strong> feature
within the app to generate a local download link. <strong>(Share Application Button will
only appear on the homescreen of the original application downloaded from google play
store.)</strong>
</p>
<ul style="list-style: disc; margin-left: 20px; color: var(--text-muted); font-size: 0.9rem;">
<li><strong>Unlimited Clones:</strong> Install the full application on other Android 13+
phones.</li>
<li><strong>Full Control:</strong> Every cloned app can act as a Camera or a Monitor.</li>
<li><strong>100% Free:</strong> No extra costs for additional devices.</li>
</ul>
</div>
</div>
<!-- Web Browser Section -->
<div class="m-feature"
style="background: rgba(76, 201, 240, 0.05); padding: 20px; border-radius: 15px; border: 1px dashed rgba(76, 201, 240, 0.3);">
<span class="m-feature-icon" style="font-size: 2.5rem;">🌐</span>
<div>
<h3 style="margin-bottom: 10px; color: #4cc9f0;">View on Web Browser</h3>
<p style="color: var(--text-muted); margin-bottom: 15px;">
Quick access without the wait. Perfect for laptops, tablets, or phones where you don't want
to install an app.
</p>
<ul style="list-style: disc; margin-left: 20px; color: var(--text-muted); font-size: 0.9rem;">
<li><strong>Zero Install:</strong> Just open the browser and type the local address.</li>
<li><strong>Universal Access:</strong> Works on any device connected to your network.</li>
<li><strong>Real-Time Feed:</strong> Watch your camera stream instantly in HD.</li>
</ul>
</div>
</div>
</div>
<div class="modal-footer">
<p style="font-size: 0.9rem; color: #f72585; font-weight: bold;">Note: All features require devices to
be on the same local Wi-Fi or Hotspot network.</p>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/medium-zoom@1.1.0/dist/medium-zoom.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>