Template:CELL ERROR FACILITY MICCAM - 0x014: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
| CELL_MICIN_ERROR_ALREADY_INIT || 0x80140101 || already init | | CELL_MICIN_ERROR_ALREADY_INIT || 0x80140101 || already init | ||
|- | |- | ||
| CELL_MICIN_ERROR_SYSTEM<br />CELL_MICIN_ERROR_DEVICE || 0x80140102 || error in device | | CELL_MICIN_ERROR_SYSTEM<br />CELL_MICIN_ERROR_DEVICE || 0x80140102 || error in device | ||
|- | |- | ||
| CELL_MICIN_ERROR_NOT_INIT || 0x80140103 || not init | | CELL_MICIN_ERROR_NOT_INIT || 0x80140103 || not init | ||
Line 75: | Line 75: | ||
|- | |- | ||
| CELL_MICIN_ERROR_DSP_LIB_SAMPRATE || 0x80140219 || this sampling rate is not supported by dsp library | | CELL_MICIN_ERROR_DSP_LIB_SAMPRATE || 0x80140219 || this sampling rate is not supported by dsp library | ||
|- | |||
|} | |||
=== CAMERA errors === | |||
{| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px solid #999; border-collapse: collapse;" | |||
|- bgcolor="#cccccc" | |||
! Name !! <abbr title="0x8*******">Errorcode</abbr> !! Remarks | |||
|- | |||
| CELL_CAMERA_ERROR_ALREADY_INIT || 0x80140801 || libcamera was already init | |||
|- | |||
| CELL_CAMERA_ERROR_NOT_INIT || 0x80140803 || libcamera has not been inited | |||
|- | |||
| CELL_CAMERA_ERROR_PARAM || 0x80140804 || parameter error | |||
|- | |||
| CELL_CAMERA_ERROR_ALREADY_OPEN || 0x80140805 || device is already open | |||
|- | |||
| CELL_CAMERA_ERROR_NOT_OPEN || 0x80140806 || device is closed | |||
|- | |||
| CELL_CAMERA_ERROR_DEVICE_NOT_FOUND || 0x80140807 || device not found, could be unplugged | |||
|- | |||
| CELL_CAMERA_ERROR_DEVICE_DEACTIVATED || 0x80140808 || device was deactivated | |||
|- | |||
| CELL_CAMERA_ERROR_NOT_STARTED || 0x80140809 || device is not started | |||
|- | |||
| CELL_CAMERA_ERROR_FORMAT_UNKNOWN || 0x8014080a || unknown format passed to Open | |||
|- | |||
| CELL_CAMERA_ERROR_RESOLUTION_UNKNOWN || 0x8014080b || unknown resolution passed to Open | |||
|- | |||
| CELL_CAMERA_ERROR_BAD_FRAMERATE || 0x8014080c || framerate passed to Open is not supported | |||
|- | |||
| CELL_CAMERA_ERROR_TIMEOUT || 0x8014080d || timeout occurred. function may not have completed | |||
|- | |||
| CELL_CAMERA_ERROR_BUSY || 0x8014080e || asynchronous processing error | |||
|- | |||
| CELL_CAMERA_ERROR_FATAL || 0x8014080f || generic internal error | |||
|- | |||
| CELL_CAMERA_ERROR_MUTEX || 0x80140810 || mutex error | |||
|- | |- | ||
|} | |} |
Latest revision as of 20:11, 8 July 2015
MicIn errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_MICIN_ERROR_ALREADY_INIT | 0x80140101 | already init |
CELL_MICIN_ERROR_SYSTEM CELL_MICIN_ERROR_DEVICE |
0x80140102 | error in device |
CELL_MICIN_ERROR_NOT_INIT | 0x80140103 | not init |
CELL_MICIN_ERROR_PARAM | 0x80140104 | param error |
CELL_MICIN_ERROR_PORT_FULL | 0x80140105 | device port is full |
CELL_MICIN_ERROR_ALREADY_OPEN | 0x80140106 | device is already opened |
CELL_MICIN_ERROR_NOT_OPEN | 0x80140107 | device is already closed |
CELL_MICIN_ERROR_NOT_RUN | 0x80140108 | device is not running |
CELL_MICIN_ERROR_TRANS_EVENT | 0x80140109 | device trans event error |
CELL_MICIN_ERROR_OPEN | 0x8014010a | error in open |
CELL_MICIN_ERROR_SHAREDMEMORY | 0x8014010b | error in shared memory |
CELL_MICIN_ERROR_MUTEX | 0x8014010c | error in mutex |
CELL_MICIN_ERROR_EVENT_QUEUE | 0x8014010d | error in event queue |
CELL_MICIN_ERROR_SYSTEM_NOT_FOUND CELL_MICIN_ERROR_DEVICE_NOT_FOUND |
0x8014010e | device not found |
CELL_MICIN_ERROR_FATAL | 0x8014010f | generic error |
CELL_MICIN_ERROR_SYSTEM_NOT_SUPPORT CELL_MICIN_ERROR_DEVICE_NOT_SUPPORT |
0x80140110 | device is not supported |
MicIn DSP errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_MICIN_ERROR_DSP | 0x80140200 | generic error |
CELL_MICIN_ERROR_DSP_ASSERT | 0x80140201 | assertion failure |
CELL_MICIN_ERROR_DSP_PATH | 0x80140202 | Path is wrong in file system |
CELL_MICIN_ERROR_DSP_FILE | 0x80140203 | File is with corruption |
CELL_MICIN_ERROR_DSP_PARAM | 0x80140204 | called function arg/param is bad |
CELL_MICIN_ERROR_DSP_MEMALLOC | 0x80140205 | insufficient memory |
CELL_MICIN_ERROR_DSP_POINTER | 0x80140206 | Bad pointer to invalid memory addr |
CELL_MICIN_ERROR_DSP_FUNC | 0x80140207 | unsupported function |
CELL_MICIN_ERROR_DSP_MEM | 0x80140208 | bad memory region |
CELL_MICIN_ERROR_DSP_ALIGN16 | 0x80140209 | bad memory alignment in 16 bytes |
CELL_MICIN_ERROR_DSP_ALIGN128 | 0x8014020a | bad memory alignment in 128 bytes |
CELL_MICIN_ERROR_DSP_EAALIGN128 | 0x8014020b | bad effective address(EA) alignment in 128 bytes |
CELL_MICIN_ERROR_DSP_LIB_HANDLER | 0x80140216 | invalid dsp library handler, mostly memory corruption |
CELL_MICIN_ERROR_DSP_LIB_INPARAM | 0x80140217 | unrecognized input parameter to dsp library API |
CELL_MICIN_ERROR_DSP_LIB_NOSPU | 0x80140218 | failure to communicate with SPU side dsp library |
CELL_MICIN_ERROR_DSP_LIB_SAMPRATE | 0x80140219 | this sampling rate is not supported by dsp library |
CAMERA errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_CAMERA_ERROR_ALREADY_INIT | 0x80140801 | libcamera was already init |
CELL_CAMERA_ERROR_NOT_INIT | 0x80140803 | libcamera has not been inited |
CELL_CAMERA_ERROR_PARAM | 0x80140804 | parameter error |
CELL_CAMERA_ERROR_ALREADY_OPEN | 0x80140805 | device is already open |
CELL_CAMERA_ERROR_NOT_OPEN | 0x80140806 | device is closed |
CELL_CAMERA_ERROR_DEVICE_NOT_FOUND | 0x80140807 | device not found, could be unplugged |
CELL_CAMERA_ERROR_DEVICE_DEACTIVATED | 0x80140808 | device was deactivated |
CELL_CAMERA_ERROR_NOT_STARTED | 0x80140809 | device is not started |
CELL_CAMERA_ERROR_FORMAT_UNKNOWN | 0x8014080a | unknown format passed to Open |
CELL_CAMERA_ERROR_RESOLUTION_UNKNOWN | 0x8014080b | unknown resolution passed to Open |
CELL_CAMERA_ERROR_BAD_FRAMERATE | 0x8014080c | framerate passed to Open is not supported |
CELL_CAMERA_ERROR_TIMEOUT | 0x8014080d | timeout occurred. function may not have completed |
CELL_CAMERA_ERROR_BUSY | 0x8014080e | asynchronous processing error |
CELL_CAMERA_ERROR_FATAL | 0x8014080f | generic internal error |
CELL_CAMERA_ERROR_MUTEX | 0x80140810 | mutex error |
Face Recognition errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_FACE_ERROR_IMG_WIDTH_LIMIT | 0x80140901 | Width or data width of the input image is outside the valid range |
CELL_FACE_ERROR_IMG_WIDTH_ALIGN | 0x80140902 | Data width of the input image is not a multiple of 16 |
CELL_FACE_ERROR_INVALID_EA | 0x80140903 | Specified pointer is not valid (Not aligned, or NULL) |
CELL_FACE_ERROR_INVALID_PARAM | 0x80140904 | Specified parameter is not valid |
CELL_FACE_ERROR_INVALID_WORK | 0x80140905 | Invalid work area |
CELL_FACE_ERROR_INVALID_DICT | 0x80140906 | Invalid dictionary data |
CELL_FACE_ERROR_OUT_OF_BOUNDS | 0x80140907 | Face area is outside the input image area |
CELL_FACE_ERROR_NON_FRONTAL | 0x80140908 | Angle of face area is outside the range |
CELL_FACE_ERROR_TOO_SMALL | 0x80140909 | Face area is too small |
CELL_FACE_ERROR_PARTS_MISSING | 0x8014090a | One or more parts could not be detected |
CELL_FACE_ERROR_NO_MEMORY | 0x8014090b | Not enough memory |
CELL_FACE_ERROR_DMA_TAG | 0x8014090c | Problem with the specified DMA tag numbers |
Face Tracker errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_FACE_TRACKER_ERROR_BASE | 0x80140940 | |
CELL_FACE_TRACKER_ERROR_INVALID_WORKAREA | 0x80140941 | |
CELL_FACE_TRACKER_ERROR_WORKAREA_ALIGN | 0x80140942 | |
CELL_FACE_TRACKER_ERROR_ROWSTRIDE_ALIGN | 0x80140943 | |
CELL_FACE_TRACKER_ERROR_SHORT_WORKSIZE | 0x80140944 | |
CELL_FACE_TRACKER_ERROR_IMAGE_WIDTH_LIMIT | 0x80140945 | |
CELL_FACE_TRACKER_ERROR_INVALID_PARAM | 0x80140946 | |
CELL_FACE_TRACKER_ERROR_FACEID_FULL | 0x80140947 | |
CELL_FACE_TRACKER_ERROR_FACEID_NOT_EXIST | 0x80140948 | |
CELL_FACE_TRACKER_ERROR_NOT_INITIALIZED | 0x80140949 | |
CELL_FACE_TRACKER_ERROR_INVALID_TIMING | 0x8014094a | |
CELL_FACE_TRACKER_ERROR_ALREADY_INITIALIZED | 0x8014094b |
Head Tracker errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_HEAD_TRACKER_ERROR_INVAL | 0x80140a01 | Value of argument is invalid |
CELL_HEAD_TRACKER_ERROR_ALIGN | 0x80140a02 | Address alignment of argument is invalid |
CELL_HEAD_TRACKER_ERROR_NOMEM | 0x80140a03 | Not enough memory for this operation |
CELL_HEAD_TRACKER_ERROR_CALIB_FAIL | 0x80140a04 | Calibration failed |
CELL_HEAD_TRACKER_ERROR_CALIB_INCOMPLETE | 0x80140a05 | Calibration is incomplete |