To assign the device number to an eDVR board in Linux, complete the following steps.
<br>
NOTE: This process is usually required when replacing or adding boards. This is the same as using Control Center in Windows.
- Exit the ExacqVision software.
- Open the Terminal from Start>Accessories>Terminal.
- Type the following to stop the Exacq Service:
sudo /etc/init.d/edvrserver stop
- Type the following:
sudo /usr/local/xdvapi/bin/startxdvmods
- Type the following to detect an initialize the boards in the system:
sudo /usr/local/xdvapi/bin/startxdvccl.
This will remove the old entries for the board and check for any existing boards. - Type the following to stop the XDV:
sudo /usr/local/xdvapi/bin/stopxdvmods
- Type the following to start the Exacq Service:
sudo /etc/init.d/edvrserver start
<br>
You should now be able to launch the exacqVision software and see your boards.
<br>