Camera Services: Difference between revisions
No edit summary |
Add y2r command parameters (from Brunswick Pro Bowling DWARF info) |
||
Line 33: | Line 33: | ||
|- | |- | ||
| 0x00100102 | | 0x00100102 | ||
| SetSendingY(Handle, unsigned int, unsigned int, short, short). This DMAs from 0x1EE02000 into your buf. | | SetSendingY(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02000 into your buf. | ||
|- | |- | ||
| 0x00110102 | | 0x00110102 | ||
| SetSendingU(Handle, unsigned int, unsigned int, short, short). This DMAs from 0x1EE02080 into your buf. | | SetSendingU(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02080 into your buf. | ||
|- | |- | ||
| 0x00120102 | | 0x00120102 | ||
| SetSendingV(Handle, unsigned int, unsigned int, short, short). This DMAs from 0x1EE02100 into your buf. | | SetSendingV(Handle srcProcess, unsigned int pSrc, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02100 into your buf. | ||
|- | |- | ||
| 0x00130102 | | 0x00130102 | ||
Line 45: | Line 45: | ||
|- | |- | ||
| 0x00180102 | | 0x00180102 | ||
| SetReceiving(Handle, unsigned int, unsigned int, short, short). This DMAs from 0x1EE02200 into your buf. | | SetReceiving(Handle dstProcess, unsigned int pDst, unsigned int imageSize, short transferUnit, short transferStride). This DMAs from 0x1EE02200 into your buf. | ||
|- | |- | ||
| 0x001A0040 | | 0x001A0040 | ||
Line 66: | Line 66: | ||
|- | |- | ||
| 0x00280000 | | 0x00280000 | ||
| IsBusyConversion(bool *) | | IsBusyConversion(bool * state) | ||
|- | |- | ||
| 0x002A0000 | | 0x002A0000 | ||
| PingProcess(unsigned char *) | | PingProcess(unsigned char * connectedNumber) | ||
|- | |- | ||
| 0x002B0000 | | 0x002B0000 |