@@ -30,15 +30,15 @@ Camera4Kivy
30
30
+ [ Connect Camera] ( #connect-camera )
31
31
- [ camera_id] ( #camera-id )
32
32
- [ mirrored] ( #mirrored )
33
- - [ filepath_callback] ( #filepath-callback )
34
- - [ sensor_resolution] ( #sensor-resolution )
35
- - [ default_zoom] ( #default-zoom )
36
- - [ analyze_pixels_resolution] ( #analyze-pixels-resolution )
37
- - [ enable_analyze_pixels] ( #enable-analyze-pixels )
38
- - [ enable_analyze_imageproxy] ( #enable-analyze-imageproxy )
39
- - [ enable_zoom_gesture] ( #enable-zoom-gesture )
40
- - [ enable_focus_gesture] ( #enable-focus-gesture )
41
- - [ imageproxy_data_format: ] ( #imageproxy-data-format- )
33
+ - [ filepath_callback] ( #filepath_callback )
34
+ - [ sensor_resolution] ( #sensor_resolution )
35
+ - [ default_zoom] ( #default_zoom )
36
+ - [ analyze_pixels_resolution] ( #analyze_pixels_resolution )
37
+ - [ enable_analyze_pixels] ( #enable_analyze_pixels )
38
+ - [ enable_analyze_imageproxy] ( #enable_analyze_imageproxy )
39
+ - [ enable_zoom_gesture] ( #enable_zoom_gesture )
40
+ - [ enable_focus_gesture] ( #enable_focus_gesture )
41
+ - [ imageproxy_data_format] ( #imageproxy_data_format )
42
42
+ [ Disconnect Camera] ( #disconnect-camera )
43
43
+ [ Capture] ( #capture )
44
44
- [ location] ( #location )
@@ -49,7 +49,7 @@ Camera4Kivy
49
49
+ [ Flash] ( #flash )
50
50
+ [ Torch] ( #torch )
51
51
+ [ Focus] ( #focus )
52
- + [ camera_connected] ( #camera-connected )
52
+ + [ camera_connected] ( #camera_connected )
53
53
- [ Image analysis] ( #image-analysis )
54
54
* [ Overview and Examples] ( #overview-and-examples )
55
55
* [ User Interaction] ( #user-interaction )
@@ -312,7 +312,7 @@ Default True. Android and iOS only.
312
312
##### enable_focus_gesture
313
313
Default True. Android only.
314
314
315
- ##### imageproxy_data_format:
315
+ ##### imageproxy_data_format
316
316
Applies only to the Android ImageProxy api. 'yuv420' (default) or 'rgba'.
317
317
318
318
0 commit comments