1 in the Android camera code is to get the camera hardware parameters, print out a line, even if the use of Notepad wrap is not good to watch the following
Rdcamerasdk=true;capture-burst-interval-max=10;zoom=0;redeye-reduction-values=;qc-ext-mode=none; max-num-detected-faces-hw=5;scene-detect-values=off,on;qc-camera-features=1;ext-mode-pip-picture-num=0; Face-detection-values=off,on;whitebalance=auto;max-sharpness=30;preview-format-values=yuv420sp,yuv420sp-adreno , Yuv420p,yuv420p,nv12;jpeg-thumbnail-quality=90;preview-format=yuv420sp;face-detection=off; scenemode-supported=0;camera-mode-values=0,1;auto-exposure-values=frame-average,center-weighted,spot-metering; Video-zoom-support=true;iso=auto;mce-values=enable,disable;preview-frame-rate=30;ext-mode-pip-path=none; jpeg-thumbnail-width=512;video-size=640x480;scene-mode-values=;redeye-reduction=disable; Preview-fps-range-values= (8000,8000); auto-exposure=frame-average;histogram=disable;ext-mode-pip-paint=none; camera-mode=0;preview-size-values=640x480,576x432,480x320,432x240,384x288,352x288,320x240,240x160,176x144; Touch-af-aec=touch-off;preview-fps-range=8000,8000;auto-whitebalance-lock=false;min-eXposure-compensation=-12;antibanding=off;max-num-focus-areas=0;vertical-view-angle=42.5;fragment-shader=none; vertex-shader=none;qc-max-num-requested-faces=5;capture-burst-exposures-values=-12,-11,-10,-9,-8,-7,-6,-5,-4,- 3,-2,-1,0,1,2,3,4,5,6,7,8,9,10,11,12;max-saturation=10;capture-burst-interval-min=1;raw-format-supported=0; No-display-mode=0;max-contrast=10;picture-format-values=jpeg,raw;ext-mode-param=none;video-hfr=off; exposure-compensation-step=0.166667;scene-detect=off;picture-size=640x480;saturation=5;whitebalance-values= Auto,incandescent,fluorescent,daylight,cloudy-daylight;picture-format=jpeg;zsl=off;lensshade-values=enable, disable;selectable-zone-af=auto;video-hfr-values=off;iso-values=auto,iso_hjr,iso100,iso200,iso400,iso800, iso1600;selectable-zone-af-values=;lensshade=enable;capture-burst-exposures=;p referred-preview-size-for-video= 640x480;mce=enable;hfr-size-values=432x240,320x240;zoom-supported=true;strtextures=off;denoise-values= Denoise-off,denoise-on;zsl-values=off,on;shaRpness=10;contrast=5;scene-mode=auto;jpeg-quality=85;capture-burst-interval=1;histogram-values=;overlay-format =265;metering-areas= (0, 0, 0, 0, 0); capture-burst-captures-values=2;video-size-values=640x480,576x432,480x320, 432x240,384x288,352x288,320x240,240x160,176x144;skintoneenhancement=0;preview-size=640x480;focal-length=4.6; ae-bracket-hdr-values=;d enoise=denoise-off;capture-burst-retroactive=0;preview-frame-rate-values=30; power-mode-supported=true;max-num-metering-areas=0;hdr-supported=false;focus-mode-values=infinity; preview-frame-rate-mode=frame-rate-auto;power-mode=low_power;jpeg-thumbnail-size-values=864x480,800x480, 768x432,720x480,640x480,576x432,512x384,480x320,432x240,384x288,352x288,320x240,240x160,176x144,0x0; zoom-ratios= 100,102,104,107,109,112,114,117,120,123,125,128,131,135,138,141,144,148,151,155,158,162,166,170,174,178,182,186,190,195,2 00,204,209,214,219,224,229,235,240,246,251,257,263,270,276,282,289,296,303,310,317,324,332,340,348,356,364,373,381,390 ; single-isp-output-enabled=true;picture-size-values=1600x1200,1280x768,1280x720,1024x768,800x600,800x480,640x480,352x288,320x240, 176x144;capture-burst-retroactive-max=2;touch-af-aec-values=;luma-adaptation=3;horizontal-view-angle=54.8; skintoneenhancement-values=0;jpeg-thumbnail-height=384;focus-mode=infinity;channel-stream-num=0; Auto-whitebalance-lock-supported=false;video-frame-format=yuv420sp;ae-bracket-hdr=off; max-exposure-compensation=12;focus-areas= (0, 0, 0, 0, 0); video-snapshot-supported=false;num-snaps-per-shutter=1; Exposure-compensation=0;auto-exposure-lock=false;effect-values=none,mono,negative,solarize,sepia,whiteboard, Blackboard;capture-burst-interval-supported=true;max-zoom=59;effect=none;focus-distances=infinity,infinity, infinity;touchafaec-dx=100;touchafaec-dy=100;auto-exposure-lock-supported=false;antibanding-values=off,50hz, 60hz,auto
2, we use Word, according to the text of the parameter information separator ";" Line break
(1) Copy the information into Word. It's the same as above, it's not here.
(2) Click on the front of the character, press ctrl+h, enter: ";" in "Find what", then click "Replace with" in the input box, as
(3) Click "More", "Special format", and then select "Manual Line Break" (the search content should be ";", qu when I write the code to find the attribute when the truncated map )
(4), found to replace the inside there is a "^1", click Replace All can be, the effect (there are more than 2 pages, here to display a page of content you can see the effect)
In fact, this method can also receive the addition of pages, long dashes and many other special formatting information.
Use Word to wrap characters that are attached together according to the "string or Word wrap" you specify.