|
PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>#include <kernel.h>#include <sifrpc.h>#include <stdio.h>#include <string.h>#include <iopcontrol.h>#include "../include/ps2cam_rpc.h"
Include dependency graph for ps2cam_rpc.c:Go to the source code of this file.
Macros | |
| #define | PS2_CAM_RPC_ID 0x00FD000 +2 |
Functions | |
| static SifRpcClientData_t cdata | __attribute__ ((aligned(64))) |
| int | PS2CamInit (int mode) |
| int | PS2CamGetIRXVersion (void) |
| int | PS2CamGetDeviceCount (void) |
| int | PS2CamOpenDevice (int device_index) |
| int | PS2CamCloseDevice (int handle) |
| int | PS2CamGetDeviceStatus (int handle) |
| int | PS2CamGetDeviceInfo (int handle, PS2CAM_DEVICE_INFO *info) |
| int | PS2CamSetDeviceBandwidth (int handle, char bandwidth) |
| int | PS2CamReadPacket (int handle) |
| int | PS2CamSetLEDMode (int handle, int mode) |
| int | PS2CamSetDeviceConfig (int handle, PS2CAM_DEVICE_CONFIG *cfg) |
| int | PS2CamExtractFrame (int handle, char *buffer, int bufsize) |
Variables | |
| ee_sema_t | compSema |
| int | sem |
PS2CAM.irx rpc client
Definition in file ps2cam_rpc.c.