Feedback #267
initPS3
| Status: | Resolved | Start: | 05/12/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | Version 1.3 (Community Core Release) | |||
Description
In
void ofxPS3::initPS3
//Start capturing
pCam->StartCapture();
pCam->AutoAGC(false);
pCam->AutoAEC(false);
pCam->SetExposure(511);
pCam->SetGain(0);
Would it be better if we do not hard-code the AutoAGC,AutoAEC,SetExposure and SetGain when we initialise PS3? Since all these values could be adjusted using AmCap and might be better for users experiencing different lighting conditions. So maybe just comment them out?
History
Updated by Seth Sandler over 4 years ago
Charles Lo wrote:
In
void ofxPS3::initPS3
//Start capturing pCam->StartCapture(); pCam->AutoAGC(false); pCam->AutoAEC(false); pCam->SetExposure(511); pCam->SetGain(0);
Would it be better if we do not hard-code the AutoAGC,AutoAEC,SetExposure and SetGain when we initialise PS3? Since all these values could be adjusted using AmCap and might be better for users experiencing different lighting conditions. So maybe just comment them out?
Yeah, if they're commented out, do the settings remain after using amcap/ps3 test app? If so, yes these should be commented out.
Updated by Charles Lo over 4 years ago
Yes, I've tested it out. The settings do remain after using amcap.
Updated by Seth Sandler over 4 years ago
Charles Lo wrote:
Yes, I've tested it out. The settings do remain after using amcap.
Ok, If you can commit this change, that'll be great and we can mark this closed. Do the settings also remain if using ps3 test app or only after using ampcap?
Updated by Charles Lo over 4 years ago
- Status changed from New to Resolved
Set Gain and Set Exposure are commented out. Settings work after using either Amcap or Ps3EyeApp.
