Bug #268
error in display of the camera Resolution (SVN Version)
| Status: | Resolved | Start: | 05/12/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
Description
ofxNCoreVision.cpp near line 587 in ofxNCoreVision::drawFullMode() there should be :
str2+= ofToString(camWidth, 0) + " x " + ofToString(camHeight, 0) + "\n";
(in the code is camWidth twice)
History
Updated by Seth Sandler over 4 years ago
Stefan Schlupek wrote:
ofxNCoreVision.cpp near line 587 in ofxNCoreVision::drawFullMode() there should be : str2+= ofToString(camWidth, 0) + " x " + ofToString(camHeight, 0) + "
";
(in the code is camWidth twice)
Thanks Stefan
Updated by Charles Lo over 4 years ago
- Status changed from New to Resolved
