nn::camera::CTR::Initialize Functionnn::Result Initialize();
None.
Result values listed below.| Value | Description |
|---|---|
ResultSuccess |
Process was successful. |
ResultAlreadyInitialized |
Already initialized. |
ResultUsingOtherProcess |
Unusable because another process has already been initialized. |
ResultIsSleeping |
Unusable because the system's cover is closed. |
ResultFatalError |
There may be something physically wrong with the camera. |
Initializes the CAMERA library and makes the cameras available for use.
Note that this function may block for an extended period if a camera is restarting.
CONFIDENTIAL