@@ -361,44 +361,6 @@ Image flip options.
361
361
import { Flip } from "pi-camera-connect";
362
362
` ` `
363
363
364
- ## ` ExposureMode`
365
- Exposure mode options.
366
- - ` ExposureMode.Off`
367
- - ` ExposureMode.Auto`
368
- - ` ExposureMode.Night`
369
- - ` ExposureMode.NightPreview`
370
- - ` ExposureMode.Backlight`
371
- - ` ExposureMode.Spotlight`
372
- - ` ExposureMode.Sports`
373
- - ` ExposureMode.Snow`
374
- - ` ExposureMode.Beach`
375
- - ` ExposureMode.VeryLong`
376
- - ` ExposureMode.FixedFps`
377
- - ` ExposureMode.AntiShake`
378
- - ` ExposureMode.Fireworks`
379
-
380
- ` ` ` javascript
381
- import { ExposureMode } from "pi-camera-connect";
382
- ` ` `
383
-
384
- ## ` AwbMode`
385
- White balance mode options.
386
- - ` AwbMode.Off`
387
- - ` AwbMode.Auto`
388
- - ` AwbMode.Sun`
389
- - ` AwbMode.Cloud`
390
- - ` AwbMode.Shade`
391
- - ` AwbMode.Tungsten`
392
- - ` AwbMode.Fluorescent`
393
- - ` AwbMode.Incandescent`
394
- - ` AwbMode.Flash`
395
- - ` AwbMode.Horizon`
396
- - ` AwbMode.GreyWorld`
397
-
398
- ` ` ` javascript
399
- import { AwbMode } from "pi-camera-connect";
400
- ` ` `
401
-
402
364
## ` Codec`
403
365
Stream codec options.
404
366
- ` Codec.H264`
@@ -451,3 +413,42 @@ These are slightly different depending on the version of Raspberry Pi camera you
451
413
| 5 | 1640x922 | 16 : 9 | 0.1 - 40fps | Full | 2x2 |
452
414
| 6 | 1280x720 | 16 : 9 | 40 - 90fps | Partial | 2x2 |
453
415
| 7 | 640x480 | 4 : 3 | 40 - 90fps | Partial | 2x2 |
416
+
417
+
418
+ ## ` ExposureMode`
419
+ Exposure mode options.
420
+ - ` ExposureMode.Off`
421
+ - ` ExposureMode.Auto`
422
+ - ` ExposureMode.Night`
423
+ - ` ExposureMode.NightPreview`
424
+ - ` ExposureMode.Backlight`
425
+ - ` ExposureMode.Spotlight`
426
+ - ` ExposureMode.Sports`
427
+ - ` ExposureMode.Snow`
428
+ - ` ExposureMode.Beach`
429
+ - ` ExposureMode.VeryLong`
430
+ - ` ExposureMode.FixedFps`
431
+ - ` ExposureMode.AntiShake`
432
+ - ` ExposureMode.Fireworks`
433
+
434
+ ` ` ` javascript
435
+ import { ExposureMode } from "pi-camera-connect";
436
+ ` ` `
437
+
438
+ ## ` AwbMode`
439
+ White balance mode options.
440
+ - ` AwbMode.Off`
441
+ - ` AwbMode.Auto`
442
+ - ` AwbMode.Sun`
443
+ - ` AwbMode.Cloud`
444
+ - ` AwbMode.Shade`
445
+ - ` AwbMode.Tungsten`
446
+ - ` AwbMode.Fluorescent`
447
+ - ` AwbMode.Incandescent`
448
+ - ` AwbMode.Flash`
449
+ - ` AwbMode.Horizon`
450
+ - ` AwbMode.GreyWorld`
451
+
452
+ ` ` ` javascript
453
+ import { AwbMode } from "pi-camera-connect";
454
+ ` ` `
0 commit comments