@visns-studio/visns-components 5.15.4 → 5.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,818 @@
1
+ // Verkada Camera Database
2
+ // Comprehensive list of Verkada security cameras with specifications
3
+
4
+ import {
5
+ Circle, // Dome cameras
6
+ Video, // Bullet cameras
7
+ Camera, // PTZ cameras
8
+ Aperture, // Fisheye cameras
9
+ Eye, // Multisensor cameras
10
+ Minimize2, // Mini dome cameras
11
+ Phone, // Intercom cameras
12
+ } from 'lucide-react';
13
+
14
+ export const VERKADA_CAMERAS = {
15
+ CD22: {
16
+ id: 'CD22',
17
+ name: 'CD22 Indoor Dome Camera',
18
+ type: 'dome',
19
+ environment: 'indoor',
20
+ resolution: '3MP',
21
+ sensor: '1/2.8" CMOS',
22
+ fov: 95,
23
+ horizontalFov: 95,
24
+ aperture: 'f/2.0',
25
+ irRange: 15,
26
+ zoom: 'Fixed lens',
27
+ ptz: false,
28
+ storage: '30-365 days',
29
+ rating: 'IK08',
30
+ features: [
31
+ 'Night Vision',
32
+ 'Vandal Resistant',
33
+ 'AI Analytics',
34
+ 'Fixed Lens',
35
+ ],
36
+ description:
37
+ 'Entry-level indoor dome camera with 3MP resolution and fixed lens',
38
+ image: '/images/cameras/verkada-cd22.png',
39
+ icon: 'Circle',
40
+ },
41
+ 'CD22-E': {
42
+ id: 'CD22-E',
43
+ name: 'CD22-E Outdoor Dome Camera',
44
+ type: 'dome',
45
+ environment: 'outdoor',
46
+ resolution: '3MP',
47
+ sensor: '1/2.8" CMOS',
48
+ fov: 95,
49
+ horizontalFov: 95,
50
+ aperture: 'f/2.0',
51
+ irRange: 15,
52
+ zoom: 'Fixed lens',
53
+ ptz: false,
54
+ storage: '30-365 days',
55
+ rating: 'IP67, IK10',
56
+ features: [
57
+ 'Night Vision',
58
+ 'Weatherproof',
59
+ 'Vandal Resistant',
60
+ 'AI Analytics',
61
+ 'Fixed Lens',
62
+ ],
63
+ description:
64
+ 'Entry-level outdoor dome camera with 3MP resolution and weather protection',
65
+ image: '/images/cameras/verkada-cd22-e.png',
66
+ icon: 'Circle',
67
+ },
68
+ CD32: {
69
+ id: 'CD32',
70
+ name: 'CD32 Indoor Dome Camera',
71
+ type: 'dome',
72
+ environment: 'indoor',
73
+ resolution: '3MP',
74
+ sensor: '1/2.8" CMOS',
75
+ fov: 95,
76
+ horizontalFov: 95,
77
+ aperture: 'f/2.0',
78
+ irRange: 20,
79
+ zoom: 'Fixed lens',
80
+ ptz: false,
81
+ storage: '30-365 days',
82
+ rating: 'IK08',
83
+ features: [
84
+ 'Night Vision',
85
+ 'Vandal Resistant',
86
+ 'AI Analytics',
87
+ 'Fixed Lens',
88
+ ],
89
+ description: 'Indoor dome camera with 3MP resolution and fixed lens',
90
+ image: '/images/cameras/verkada-cd32.png',
91
+ icon: 'Circle',
92
+ },
93
+ 'CD32-E': {
94
+ id: 'CD32-E',
95
+ name: 'CD32-E Outdoor Dome Camera',
96
+ type: 'dome',
97
+ environment: 'outdoor',
98
+ resolution: '3MP',
99
+ sensor: '1/2.8" CMOS',
100
+ fov: 95,
101
+ horizontalFov: 95,
102
+ aperture: 'f/2.0',
103
+ irRange: 20,
104
+ zoom: 'Fixed lens',
105
+ ptz: false,
106
+ storage: '30-365 days',
107
+ rating: 'IP67, IK10',
108
+ features: [
109
+ 'Night Vision',
110
+ 'Weatherproof',
111
+ 'Vandal Resistant',
112
+ 'AI Analytics',
113
+ 'Fixed Lens',
114
+ ],
115
+ description:
116
+ 'Outdoor dome camera with 3MP resolution and weather protection',
117
+ image: '/images/cameras/verkada-cd32-e.png',
118
+ icon: 'Circle',
119
+ },
120
+ CD43: {
121
+ id: 'CD43',
122
+ name: 'CD43 Indoor Dome Camera',
123
+ type: 'dome',
124
+ environment: 'indoor',
125
+ resolution: '5MP',
126
+ sensor: '1/2.8" CMOS',
127
+ fov: 88,
128
+ horizontalFov: 88,
129
+ aperture: 'f/2.0',
130
+ irRange: 25,
131
+ zoom: 'Fixed lens',
132
+ ptz: false,
133
+ storage: '30-365 days',
134
+ rating: 'IK08',
135
+ features: [
136
+ 'Night Vision',
137
+ 'Vandal Resistant',
138
+ 'AI Analytics',
139
+ 'Fixed Lens',
140
+ 'Higher Resolution',
141
+ ],
142
+ description:
143
+ 'Mid-range indoor dome camera with 5MP resolution and fixed lens',
144
+ image: '/images/cameras/verkada-cd43.png',
145
+ icon: 'Circle',
146
+ },
147
+ 'CD43-E': {
148
+ id: 'CD43-E',
149
+ name: 'CD43-E Outdoor Dome Camera',
150
+ type: 'dome',
151
+ environment: 'outdoor',
152
+ resolution: '5MP',
153
+ sensor: '1/2.8" CMOS',
154
+ fov: 88,
155
+ horizontalFov: 88,
156
+ aperture: 'f/2.0',
157
+ irRange: 25,
158
+ zoom: 'Fixed lens',
159
+ ptz: false,
160
+ storage: '30-365 days',
161
+ rating: 'IP67, IK10',
162
+ features: [
163
+ 'Night Vision',
164
+ 'Weatherproof',
165
+ 'Vandal Resistant',
166
+ 'AI Analytics',
167
+ 'Fixed Lens',
168
+ ],
169
+ description: 'Mid-range outdoor dome camera with 5MP resolution',
170
+ image: '/images/cameras/verkada-cd43-e.png',
171
+ icon: 'Circle',
172
+ },
173
+ CD53: {
174
+ id: 'CD53',
175
+ name: 'CD53 Indoor Dome Camera',
176
+ type: 'dome',
177
+ environment: 'indoor',
178
+ resolution: '5MP',
179
+ sensor: '1/2.8" CMOS',
180
+ fov: 109,
181
+ horizontalFov: 109,
182
+ fovRange: '109-39°',
183
+ aperture: 'f/1.6-2.9',
184
+ irRange: 30,
185
+ zoom: '2.86x optical zoom',
186
+ ptz: false,
187
+ storage: '30-365 days',
188
+ rating: 'IK08',
189
+ features: [
190
+ 'Night Vision',
191
+ 'Vandal Resistant',
192
+ 'AI Analytics',
193
+ 'Optical Zoom',
194
+ 'Motorized Lens',
195
+ ],
196
+ description:
197
+ 'Indoor dome camera with 5MP resolution and 2.86x optical zoom lens',
198
+ image: '/images/cameras/verkada-cd53.png',
199
+ icon: 'Circle',
200
+ },
201
+ 'CD53-E': {
202
+ id: 'CD53-E',
203
+ name: 'CD53-E Outdoor Dome Camera',
204
+ type: 'dome',
205
+ environment: 'outdoor',
206
+ resolution: '5MP',
207
+ sensor: '1/2.8" CMOS',
208
+ fov: 109,
209
+ horizontalFov: 109,
210
+ fovRange: '109-39°',
211
+ aperture: 'f/1.6-2.9',
212
+ irRange: 30,
213
+ zoom: '2.86x optical zoom',
214
+ ptz: false,
215
+ storage: '30-365 days',
216
+ rating: 'IP67, IK10',
217
+ features: [
218
+ 'Night Vision',
219
+ 'Weatherproof',
220
+ 'Vandal Resistant',
221
+ 'AI Analytics',
222
+ 'Optical Zoom',
223
+ ],
224
+ description:
225
+ 'Outdoor dome camera with 5MP resolution and zoom lens capabilities',
226
+ image: '/images/cameras/verkada-cd53-e.png',
227
+ icon: 'Circle',
228
+ },
229
+ CD63: {
230
+ id: 'CD63',
231
+ name: 'CD63 Indoor Dome Camera',
232
+ type: 'dome',
233
+ environment: 'indoor',
234
+ resolution: '4K',
235
+ sensor: '1/1.8" CMOS',
236
+ fov: 85,
237
+ horizontalFov: 85,
238
+ fovRange: '85-30°',
239
+ aperture: 'f/1.4-2.8',
240
+ irRange: 40,
241
+ zoom: '2.25x optical zoom',
242
+ ptz: false,
243
+ storage: '30-365 days',
244
+ rating: 'IK10',
245
+ features: [
246
+ 'Night Vision',
247
+ 'Vandal Resistant',
248
+ 'AI Analytics',
249
+ '4K Resolution',
250
+ 'Optical Zoom',
251
+ ],
252
+ description:
253
+ 'Premium indoor dome camera with 4K resolution and zoom lens',
254
+ image: '/images/cameras/verkada-cd63.png',
255
+ icon: 'Circle',
256
+ },
257
+ 'CD63-E': {
258
+ id: 'CD63-E',
259
+ name: 'CD63-E Outdoor Dome Camera',
260
+ type: 'dome',
261
+ environment: 'outdoor',
262
+ resolution: '4K',
263
+ sensor: '1/1.8" CMOS',
264
+ fov: 85,
265
+ horizontalFov: 85,
266
+ fovRange: '85-30°',
267
+ aperture: 'f/1.4-2.8',
268
+ irRange: 40,
269
+ zoom: '2.25x optical zoom',
270
+ ptz: false,
271
+ storage: '30-365 days',
272
+ rating: 'IP67, IK10',
273
+ features: [
274
+ 'Night Vision',
275
+ 'Weatherproof',
276
+ 'Vandal Resistant',
277
+ 'AI Analytics',
278
+ '4K Resolution',
279
+ 'Optical Zoom',
280
+ ],
281
+ description:
282
+ 'Premium outdoor dome camera with 4K resolution and advanced features',
283
+ image: '/images/cameras/verkada-cd63-e.png',
284
+ icon: 'Circle',
285
+ },
286
+ CM22: {
287
+ id: 'CM22',
288
+ name: 'CM22 Mini Dome Camera',
289
+ type: 'mini',
290
+ environment: 'indoor',
291
+ resolution: '3MP',
292
+ sensor: '1/2.8" CMOS',
293
+ fov: 95,
294
+ horizontalFov: 95,
295
+ aperture: 'f/2.0',
296
+ irRange: 10,
297
+ zoom: 'Fixed lens',
298
+ ptz: false,
299
+ storage: '30-365 days',
300
+ rating: 'Compact Design',
301
+ features: [
302
+ 'Ultra Compact',
303
+ 'Fixed Lens',
304
+ 'Easy Installation',
305
+ 'Mobile Ready',
306
+ ],
307
+ description:
308
+ 'Compact mini dome camera with 3MP resolution for discreet indoor monitoring',
309
+ image: '/images/cameras/verkada-cm22.png',
310
+ icon: 'CircleDot',
311
+ },
312
+ CM42: {
313
+ id: 'CM42',
314
+ name: 'CM42 Mini Dome Camera',
315
+ type: 'mini',
316
+ environment: 'indoor',
317
+ resolution: '5MP',
318
+ sensor: '1/2.8" CMOS',
319
+ fov: 103,
320
+ horizontalFov: 103,
321
+ aperture: 'f/2.0',
322
+ irRange: 15,
323
+ zoom: 'Fixed lens',
324
+ ptz: false,
325
+ storage: '30-365 days',
326
+ rating: 'Compact Design',
327
+ features: [
328
+ 'Ultra Compact',
329
+ 'Fixed Lens',
330
+ 'Higher Resolution',
331
+ 'Mobile Ready',
332
+ 'AI Analytics',
333
+ ],
334
+ description:
335
+ 'Compact mini dome camera with 5MP resolution ideal for tight spaces',
336
+ image: '/images/cameras/verkada-cm42.png',
337
+ icon: 'CircleDot',
338
+ },
339
+ 'CM41-E': {
340
+ id: 'CM41-E',
341
+ name: 'CM41-E Outdoor Mini Dome',
342
+ type: 'mini',
343
+ environment: 'outdoor',
344
+ resolution: '5MP',
345
+ sensor: '1/2.8" CMOS',
346
+ fov: 103,
347
+ horizontalFov: 103,
348
+ aperture: 'f/2.0',
349
+ irRange: 15,
350
+ zoom: 'Fixed lens',
351
+ ptz: false,
352
+ storage: '30-365 days',
353
+ rating: 'IP66/IP67, IK10',
354
+ features: [
355
+ 'Compact Design',
356
+ 'Weatherproof',
357
+ 'Mobile Deployment',
358
+ 'Fixed Lens',
359
+ 'Vandal Resistant',
360
+ ],
361
+ description:
362
+ 'Outdoor mini dome camera suitable for mobile deployments on vehicles',
363
+ image: '/images/cameras/verkada-cm41-e.png',
364
+ icon: 'CircleDot',
365
+ },
366
+ 'CM42-S': {
367
+ id: 'CM42-S',
368
+ name: 'CM42-S Mini Split Camera',
369
+ type: 'mini',
370
+ environment: 'indoor',
371
+ resolution: '5MP',
372
+ sensor: '1/2.8" CMOS',
373
+ fov: 103,
374
+ horizontalFov: 103,
375
+ aperture: 'f/2.0',
376
+ irRange: 15,
377
+ zoom: 'Fixed lens',
378
+ ptz: false,
379
+ storage: '30-365 days',
380
+ rating: 'Split Design',
381
+ features: [
382
+ 'Split Design',
383
+ 'ATM Compatible',
384
+ 'Tight Space Installation',
385
+ 'Fixed Lens',
386
+ ],
387
+ description:
388
+ 'Split mini camera designed for tight spaces like ATM machines',
389
+ image: '/images/cameras/verkada-cm42-s.png',
390
+ icon: 'CircleDot',
391
+ },
392
+ 'CB52-E': {
393
+ id: 'CB52-E',
394
+ name: 'CB52-E Bullet Camera',
395
+ type: 'bullet',
396
+ environment: 'outdoor',
397
+ resolution: '5MP',
398
+ sensor: '1/2.8" CMOS',
399
+ fov: 110,
400
+ horizontalFov: 110,
401
+ fovRange: '110-38°',
402
+ focalLength: '2.8-8mm',
403
+ aperture: 'f/1.6-2.9',
404
+ irRange: 40,
405
+ zoom: '3x optical zoom',
406
+ ptz: false,
407
+ storage: '30-365 days',
408
+ rating: 'IP66/IP67, IK10',
409
+ features: [
410
+ 'Weather Resistant',
411
+ 'Zoom Lens',
412
+ 'Long Range IR',
413
+ 'AI Analytics',
414
+ ],
415
+ description:
416
+ 'Outdoor bullet camera with 5MP resolution and zoom lens for long-range monitoring',
417
+ image: '/images/cameras/verkada-cb52-e.png',
418
+ icon: 'Video',
419
+ },
420
+ 'CB52-TE': {
421
+ id: 'CB52-TE',
422
+ name: 'CB52-TE Telephoto Bullet',
423
+ type: 'bullet',
424
+ environment: 'outdoor',
425
+ resolution: '5MP',
426
+ sensor: '1/2.8" CMOS',
427
+ fov: 38,
428
+ horizontalFov: 38,
429
+ fovRange: '38-15°',
430
+ focalLength: '8-20mm',
431
+ aperture: 'f/1.6-3.2',
432
+ irRange: 50,
433
+ zoom: 'Telephoto zoom lens',
434
+ ptz: false,
435
+ storage: '30-365 days',
436
+ rating: 'IP66/IP67, IK10',
437
+ features: [
438
+ 'Telephoto Lens',
439
+ 'LPR Mode',
440
+ 'Long Range',
441
+ 'Weather Resistant',
442
+ ],
443
+ description:
444
+ 'Telephoto bullet camera with 5MP for license plate recognition and distant objects',
445
+ image: '/images/cameras/verkada-cb52-te.png',
446
+ icon: 'Video',
447
+ },
448
+ 'CB62-E': {
449
+ id: 'CB62-E',
450
+ name: 'CB62-E Bullet Camera',
451
+ type: 'bullet',
452
+ environment: 'outdoor',
453
+ resolution: '4K',
454
+ sensor: '1/1.8" CMOS',
455
+ fov: 110,
456
+ horizontalFov: 110,
457
+ fovRange: '110-38°',
458
+ focalLength: '2.8-8mm',
459
+ aperture: 'f/1.4-2.8',
460
+ irRange: 50,
461
+ zoom: '3x optical zoom',
462
+ ptz: false,
463
+ storage: '30-365 days',
464
+ rating: 'IP66/IP67, IK10',
465
+ features: [
466
+ '4K Resolution',
467
+ 'Weather Resistant',
468
+ 'Zoom Lens',
469
+ 'Long Range IR',
470
+ 'AI Analytics',
471
+ ],
472
+ description:
473
+ 'Premium outdoor bullet camera with 4K resolution and optical zoom',
474
+ image: '/images/cameras/verkada-cb62-e.png',
475
+ icon: 'Video',
476
+ },
477
+ 'CB62-TE': {
478
+ id: 'CB62-TE',
479
+ name: 'CB62-TE Telephoto Bullet',
480
+ type: 'bullet',
481
+ environment: 'outdoor',
482
+ resolution: '4K',
483
+ sensor: '1/1.8" CMOS',
484
+ fov: 38,
485
+ horizontalFov: 38,
486
+ fovRange: '38-15°',
487
+ focalLength: '8-20mm',
488
+ aperture: 'f/1.6-3.2',
489
+ irRange: 60,
490
+ zoom: 'Telephoto zoom lens',
491
+ ptz: false,
492
+ storage: '30-365 days',
493
+ rating: 'IP66/IP67, IK10',
494
+ features: [
495
+ '4K Resolution',
496
+ 'Telephoto Lens',
497
+ 'LPR Mode',
498
+ 'Extended Range',
499
+ 'Weather Resistant',
500
+ ],
501
+ description:
502
+ 'Premium telephoto bullet with 4K for maximum detail at long distances',
503
+ image: '/images/cameras/verkada-cb62-te.png',
504
+ icon: 'Video',
505
+ },
506
+ 'CF83-E': {
507
+ id: 'CF83-E',
508
+ name: 'CF83-E Fisheye Camera',
509
+ type: 'fisheye',
510
+ environment: 'indoor/outdoor',
511
+ resolution: '12.5MP',
512
+ sensor: '1/1.7" CMOS',
513
+ fov: 180,
514
+ horizontalFov: 180,
515
+ aperture: 'f/2.0',
516
+ irRange: 20,
517
+ zoom: 'Digital PTZ',
518
+ ptz: false,
519
+ storage: '30-365 days',
520
+ rating: 'IP67, IK10',
521
+ features: [
522
+ '180° View',
523
+ '360° Dewarping',
524
+ 'Multiple View Modes',
525
+ 'Digital PTZ',
526
+ 'Wall or Ceiling Mount',
527
+ ],
528
+ description:
529
+ '12.5MP fisheye camera with 180° panoramic view and flexible viewing modes',
530
+ image: '/images/cameras/verkada-cf83-e.png',
531
+ icon: 'Eye',
532
+ },
533
+ 'CH52-E': {
534
+ id: 'CH52-E',
535
+ name: 'CH52-E Four-Camera Multisensor',
536
+ type: 'multisensor',
537
+ environment: 'outdoor',
538
+ resolution: '4 x 5MP (20MP total)',
539
+ sensor: '4 x 1/2.8" CMOS',
540
+ fov: 103,
541
+ horizontalFov: 103,
542
+ totalCoverage: 'up to 360°',
543
+ aperture: 'f/1.6-2.9',
544
+ irRange: 30,
545
+ zoom: 'Zoom lens per sensor',
546
+ ptz: false,
547
+ storage: '30-365 days',
548
+ rating: 'IP67, IK10',
549
+ features: [
550
+ 'Four Cameras in One',
551
+ 'Independent Positioning',
552
+ 'Single Cable Install',
553
+ 'Optical Zoom per Sensor',
554
+ ],
555
+ description:
556
+ 'Four-camera multisensor providing comprehensive coverage from a single install point',
557
+ image: '/images/cameras/verkada-ch52-e.png',
558
+ icon: 'Grid2x2',
559
+ },
560
+ 'CY53-E': {
561
+ id: 'CY53-E',
562
+ name: 'CY53-E Two-Camera Multisensor',
563
+ type: 'multisensor',
564
+ environment: 'outdoor',
565
+ resolution: '2 x 5MP (10MP total)',
566
+ sensor: '2 x 1/2.8" CMOS',
567
+ fov: 103,
568
+ horizontalFov: 103,
569
+ totalCoverage: 'up to 206°',
570
+ aperture: 'f/1.6-2.9',
571
+ irRange: 30,
572
+ zoom: 'Zoom lens per sensor',
573
+ ptz: false,
574
+ storage: '30-365 days',
575
+ rating: 'IP67, IK10',
576
+ features: [
577
+ 'Two Cameras in One',
578
+ 'Independent Positioning',
579
+ 'Single Cable Install',
580
+ 'Ideal for Corners',
581
+ ],
582
+ description:
583
+ 'Two-camera multisensor ideal for covering corners and corridors efficiently',
584
+ image: '/images/cameras/verkada-cy53-e.png',
585
+ icon: 'Columns',
586
+ },
587
+ 'CP52-E': {
588
+ id: 'CP52-E',
589
+ name: 'CP52-E PTZ Camera',
590
+ type: 'ptz',
591
+ environment: 'outdoor',
592
+ resolution: '5MP',
593
+ sensor: '1/2.8" CMOS',
594
+ fov: 360,
595
+ horizontalFov: 360,
596
+ panRange: '360°',
597
+ tiltRange: '220°',
598
+ aperture: 'f/1.6-4.7',
599
+ irRange: 100,
600
+ zoom: '28x optical zoom',
601
+ ptz: true,
602
+ storage: '30-365 days',
603
+ rating: 'IP66, IK10',
604
+ features: [
605
+ '360° Coverage',
606
+ 'Auto-tracking',
607
+ 'Preset Positions',
608
+ '28x Optical Zoom',
609
+ 'Dynamic Monitoring',
610
+ ],
611
+ description:
612
+ 'PTZ camera with 360° pan, 220° tilt, and 28x optical zoom for dynamic area monitoring',
613
+ image: '/images/cameras/verkada-cp52-e.png',
614
+ icon: 'Crosshair',
615
+ },
616
+ 'CP63-E': {
617
+ id: 'CP63-E',
618
+ name: 'CP63-E PTZ Camera',
619
+ type: 'ptz',
620
+ environment: 'outdoor',
621
+ resolution: '4K',
622
+ sensor: '1/1.8" CMOS',
623
+ fov: 360,
624
+ horizontalFov: 360,
625
+ panRange: '360°',
626
+ tiltRange: '220°',
627
+ focalLength: '6.5-212mm',
628
+ aperture: 'f/1.4-4.9',
629
+ irRange: 130,
630
+ zoom: '32x optical zoom',
631
+ ptz: true,
632
+ storage: '30-365 days',
633
+ rating: 'IP66, IK10',
634
+ features: [
635
+ '4K Resolution',
636
+ '360° Coverage',
637
+ 'Auto-tracking',
638
+ '32x Optical Zoom',
639
+ 'Best Optics',
640
+ 'Shutter Speed 1/30-1/10,000',
641
+ ],
642
+ description:
643
+ 'Premium 4K PTZ with best-in-class optics, 32x zoom, and advanced tracking capabilities',
644
+ image: '/images/cameras/verkada-cp63-e.png',
645
+ icon: 'Crosshair',
646
+ },
647
+ TD33: {
648
+ id: 'TD33',
649
+ name: 'TD33 Mullion Video Intercom',
650
+ type: 'intercom',
651
+ environment: 'outdoor',
652
+ resolution: '5MP',
653
+ sensor: '1/2.8" Progressive CMOS',
654
+ fov: 130,
655
+ horizontalFov: 130,
656
+ aperture: 'f/2.0',
657
+ irRange: 15,
658
+ zoom: 'Fixed lens',
659
+ ptz: false,
660
+ storage: '512GB',
661
+ rating: 'IP65, IK07',
662
+ features: [
663
+ 'Video Intercom',
664
+ 'Access Control',
665
+ 'Built-in Card Reader',
666
+ 'Two-way Audio',
667
+ 'Mullion Mount',
668
+ 'Compact Design',
669
+ 'AI Analytics',
670
+ ],
671
+ description:
672
+ 'Ultra-compact video intercom designed for mullion installation with integrated access control',
673
+ image: '/images/cameras/verkada-td33.png',
674
+ icon: 'Phone',
675
+ },
676
+ TD53: {
677
+ id: 'TD53',
678
+ name: 'TD53 Video Intercom',
679
+ type: 'intercom',
680
+ environment: 'outdoor',
681
+ resolution: '5MP',
682
+ sensor: '1/2.8" Progressive CMOS',
683
+ fov: 130,
684
+ horizontalFov: 130,
685
+ aperture: 'f/2.0',
686
+ irRange: 15,
687
+ zoom: 'Fixed lens',
688
+ ptz: false,
689
+ storage: '512GB',
690
+ rating: 'IP66, IK08',
691
+ features: [
692
+ 'Video Intercom',
693
+ 'Access Control',
694
+ 'Built-in Card Reader',
695
+ 'Two-way Audio',
696
+ '4 Microphones',
697
+ 'Removable Lens Cap',
698
+ 'Enhanced Audio',
699
+ 'AI Analytics',
700
+ ],
701
+ description:
702
+ 'Advanced video intercom with enhanced audio quality and built-in access control capabilities',
703
+ image: '/images/cameras/verkada-td53.png',
704
+ icon: 'Phone',
705
+ },
706
+ TD63: {
707
+ id: 'TD63',
708
+ name: 'TD63 Video Intercom with Keypad',
709
+ type: 'intercom',
710
+ environment: 'outdoor',
711
+ resolution: '5MP',
712
+ sensor: '1/2.8" Progressive CMOS',
713
+ fov: 130,
714
+ horizontalFov: 130,
715
+ verticalFov: 100,
716
+ diagonalFov: 160,
717
+ focalLength: '2.12mm',
718
+ aperture: 'f/2.0',
719
+ irRange: 15,
720
+ zoom: 'Fixed lens',
721
+ ptz: false,
722
+ storage: '512GB',
723
+ rating: 'IP66, IK08',
724
+ features: [
725
+ 'Video Intercom',
726
+ 'Access Control',
727
+ 'Built-in Card Reader',
728
+ 'Built-in Keypad',
729
+ 'Two-way Audio',
730
+ '4 Microphones',
731
+ 'PIN Code Access',
732
+ 'Multi-factor Authentication',
733
+ 'Removable Lens Cap',
734
+ 'AI Analytics',
735
+ ],
736
+ description:
737
+ 'Premium video intercom with integrated keypad for PIN access and multi-factor authentication',
738
+ image: '/images/cameras/verkada-td63.png',
739
+ icon: 'Phone',
740
+ },
741
+ };
742
+
743
+ // Camera categories for easier filtering
744
+ export const CAMERA_CATEGORIES = {
745
+ dome: {
746
+ name: 'Dome Cameras',
747
+ description: 'Vandal-resistant cameras with discrete dome housing',
748
+ icon: Circle,
749
+ },
750
+ mini: {
751
+ name: 'Mini Dome Cameras',
752
+ description: 'Ultra-compact dome cameras for discreet installation',
753
+ icon: Minimize2,
754
+ },
755
+ bullet: {
756
+ name: 'Bullet Cameras',
757
+ description: 'Long-range cameras with optical zoom capabilities',
758
+ icon: Video,
759
+ },
760
+ ptz: {
761
+ name: 'PTZ Cameras',
762
+ description: 'Pan-tilt-zoom cameras with remote control capabilities',
763
+ icon: Camera,
764
+ },
765
+ fisheye: {
766
+ name: 'Fisheye Cameras',
767
+ description: 'Wide-angle cameras with 180-degree field of view',
768
+ icon: Aperture,
769
+ },
770
+ multisensor: {
771
+ name: 'Multisensor Cameras',
772
+ description: 'Multiple sensor cameras for panoramic coverage',
773
+ icon: Eye,
774
+ },
775
+ intercom: {
776
+ name: 'Video Intercoms',
777
+ description: 'Access control devices with video and two-way audio',
778
+ icon: Phone,
779
+ },
780
+ };
781
+
782
+ // Environment types
783
+ export const ENVIRONMENT_TYPES = {
784
+ indoor: {
785
+ name: 'Indoor',
786
+ description: 'Designed for indoor use only',
787
+ color: '#10b981',
788
+ },
789
+ outdoor: {
790
+ name: 'Outdoor',
791
+ description: 'Weather-resistant for outdoor installation',
792
+ color: '#f59e0b',
793
+ },
794
+ };
795
+
796
+ // Get cameras by type
797
+ export const getCamerasByType = (type) => {
798
+ return Object.values(VERKADA_CAMERAS).filter(
799
+ (camera) => camera.type === type
800
+ );
801
+ };
802
+
803
+ // Get cameras by environment
804
+ export const getCamerasByEnvironment = (environment) => {
805
+ return Object.values(VERKADA_CAMERAS).filter(
806
+ (camera) => camera.environment === environment
807
+ );
808
+ };
809
+
810
+ // Get camera by ID
811
+ export const getCameraById = (id) => {
812
+ return VERKADA_CAMERAS[id] || null;
813
+ };
814
+
815
+ // Get all camera models
816
+ export const getAllCameras = () => {
817
+ return Object.values(VERKADA_CAMERAS);
818
+ };