-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lowered fps of camera capture in facial recognition. While higher fps…
… is generally better, older phones, including mine, only capture at 15 fps using the front camera. So overall, this provides the best lit image.
- Loading branch information
Showing
32 changed files
with
493 additions
and
489 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Library300/build/generated/source/aidl/debug/org/opencv/engine/OpenCVEngineInterface.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...brary300/build/generated/source/aidl/release/org/opencv/engine/OpenCVEngineInterface.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
198 changes: 99 additions & 99 deletions
198
RoboApp/openCVLibrary300/build/generated/source/r/androidTest/debug/org/opencv/test/R.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,99 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package org.opencv.test; | ||
|
||
public final class R { | ||
public static final class attr { | ||
/** <p>May be an integer value, such as "<code>100</code>". | ||
<p>This may also be a reference to a resource (in the form | ||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or | ||
theme attribute (in the form | ||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") | ||
containing a value of this type. | ||
<p>May be one of the following constant values.</p> | ||
<table> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr> | ||
<tr><td><code>any</code></td><td>-1</td><td></td></tr> | ||
<tr><td><code>back</code></td><td>99</td><td></td></tr> | ||
<tr><td><code>front</code></td><td>98</td><td></td></tr> | ||
</table> | ||
*/ | ||
public static final int camera_id=0x7f010001; | ||
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". | ||
<p>This may also be a reference to a resource (in the form | ||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or | ||
theme attribute (in the form | ||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") | ||
containing a value of this type. | ||
*/ | ||
public static final int show_fps=0x7f010000; | ||
} | ||
public static final class id { | ||
public static final int any=0x7f020000; | ||
public static final int back=0x7f020001; | ||
public static final int front=0x7f020002; | ||
} | ||
public static final class styleable { | ||
/** Attributes that can be used with a CameraBridgeViewBase. | ||
<p>Includes the following attributes:</p> | ||
<table> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<tr><th>Attribute</th><th>Description</th></tr> | ||
<tr><td><code>{@link #CameraBridgeViewBase_camera_id org.opencv.test:camera_id}</code></td><td></td></tr> | ||
<tr><td><code>{@link #CameraBridgeViewBase_show_fps org.opencv.test:show_fps}</code></td><td></td></tr> | ||
</table> | ||
@see #CameraBridgeViewBase_camera_id | ||
@see #CameraBridgeViewBase_show_fps | ||
*/ | ||
public static final int[] CameraBridgeViewBase = { | ||
0x7f010000, 0x7f010001 | ||
}; | ||
/** | ||
<p>This symbol is the offset where the {@link org.opencv.test.R.attr#camera_id} | ||
attribute's value can be found in the {@link #CameraBridgeViewBase} array. | ||
<p>May be an integer value, such as "<code>100</code>". | ||
<p>This may also be a reference to a resource (in the form | ||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or | ||
theme attribute (in the form | ||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") | ||
containing a value of this type. | ||
<p>May be one of the following constant values.</p> | ||
<table> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr> | ||
<tr><td><code>any</code></td><td>-1</td><td></td></tr> | ||
<tr><td><code>back</code></td><td>99</td><td></td></tr> | ||
<tr><td><code>front</code></td><td>98</td><td></td></tr> | ||
</table> | ||
@attr name org.opencv.test:camera_id | ||
*/ | ||
public static final int CameraBridgeViewBase_camera_id = 1; | ||
/** | ||
<p>This symbol is the offset where the {@link org.opencv.test.R.attr#show_fps} | ||
attribute's value can be found in the {@link #CameraBridgeViewBase} array. | ||
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". | ||
<p>This may also be a reference to a resource (in the form | ||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or | ||
theme attribute (in the form | ||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") | ||
containing a value of this type. | ||
@attr name org.opencv.test:show_fps | ||
*/ | ||
public static final int CameraBridgeViewBase_show_fps = 0; | ||
}; | ||
} | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package org.opencv.test; | ||
|
||
public final class R { | ||
public static final class attr { | ||
/** <p>May be an integer value, such as "<code>100</code>". | ||
<p>This may also be a reference to a resource (in the form | ||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or | ||
theme attribute (in the form | ||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") | ||
containing a value of this type. | ||
<p>May be one of the following constant values.</p> | ||
<table> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr> | ||
<tr><td><code>any</code></td><td>-1</td><td></td></tr> | ||
<tr><td><code>back</code></td><td>99</td><td></td></tr> | ||
<tr><td><code>front</code></td><td>98</td><td></td></tr> | ||
</table> | ||
*/ | ||
public static final int camera_id=0x7f010001; | ||
/** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". | ||
<p>This may also be a reference to a resource (in the form | ||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or | ||
theme attribute (in the form | ||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") | ||
containing a value of this type. | ||
*/ | ||
public static final int show_fps=0x7f010000; | ||
} | ||
public static final class id { | ||
public static final int any=0x7f020000; | ||
public static final int back=0x7f020001; | ||
public static final int front=0x7f020002; | ||
} | ||
public static final class styleable { | ||
/** Attributes that can be used with a CameraBridgeViewBase. | ||
<p>Includes the following attributes:</p> | ||
<table> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<tr><th>Attribute</th><th>Description</th></tr> | ||
<tr><td><code>{@link #CameraBridgeViewBase_camera_id org.opencv.test:camera_id}</code></td><td></td></tr> | ||
<tr><td><code>{@link #CameraBridgeViewBase_show_fps org.opencv.test:show_fps}</code></td><td></td></tr> | ||
</table> | ||
@see #CameraBridgeViewBase_camera_id | ||
@see #CameraBridgeViewBase_show_fps | ||
*/ | ||
public static final int[] CameraBridgeViewBase = { | ||
0x7f010000, 0x7f010001 | ||
}; | ||
/** | ||
<p>This symbol is the offset where the {@link org.opencv.test.R.attr#camera_id} | ||
attribute's value can be found in the {@link #CameraBridgeViewBase} array. | ||
<p>May be an integer value, such as "<code>100</code>". | ||
<p>This may also be a reference to a resource (in the form | ||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or | ||
theme attribute (in the form | ||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") | ||
containing a value of this type. | ||
<p>May be one of the following constant values.</p> | ||
<table> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<colgroup align="left" /> | ||
<tr><th>Constant</th><th>Value</th><th>Description</th></tr> | ||
<tr><td><code>any</code></td><td>-1</td><td></td></tr> | ||
<tr><td><code>back</code></td><td>99</td><td></td></tr> | ||
<tr><td><code>front</code></td><td>98</td><td></td></tr> | ||
</table> | ||
@attr name org.opencv.test:camera_id | ||
*/ | ||
public static final int CameraBridgeViewBase_camera_id = 1; | ||
/** | ||
<p>This symbol is the offset where the {@link org.opencv.test.R.attr#show_fps} | ||
attribute's value can be found in the {@link #CameraBridgeViewBase} array. | ||
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". | ||
<p>This may also be a reference to a resource (in the form | ||
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or | ||
theme attribute (in the form | ||
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") | ||
containing a value of this type. | ||
@attr name org.opencv.test:show_fps | ||
*/ | ||
public static final int CameraBridgeViewBase_show_fps = 0; | ||
}; | ||
} |
Oops, something went wrong.