Quote:
void Set_Poll_Mode(void)
{
Write_Camera_Serial_Port('P');
Write_Camera_Serial_Port('M');
Write_Camera_Serial_Port(1);
Write_Camera_Serial_Port(1);
}
|
That should set the camera into poll mode if the camera was set into raw mode before this function call.