Problem:
- Programming issue:
Can we set the timeout timing to infinite? 


Answer:
- The camera will wait for the trigger signal in order to start, the unit for the timing is second.
- For C#, just change the value "5000" to "INFINITE" or "".
- For CPP, there must be a integer. So just put any value you like. The larger value can be 432000000, which is equavalent to 5 days.