SB replied to the topic 'indi_sx_ccd not working' in the forum. 8 years ago

Sorry again;

I identify the problem. It is related with the timming between messages in the usb. Maybe 1)it can not be fixed due to the use of virtualbox or 2)maybe it can be fixed by increasing the timeout of the communication.
To test the second hypothesis I am trying to modify the "indi-sx" file, located in the "3rdparty" folder. In lines 114 and 115, it say:

#define BULK_COMMAND_TIMEOUT        200
#define BULK_DATA_TIMEOUT           1000
and I want to write:
#define BULK_COMMAND_TIMEOUT        200000
#define BULK_DATA_TIMEOUT           100000

However, the mode I instaled INDI is through:
sudo apt-add-repository ppa:mutlaqja/ppa
sudo apt-get update
sudo apt-get install indi-full

Any idea of how can I compile INDI with that modification in that file?

Read More...