×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

INDI Web Manager

  • Posts: 69
  • Thank you received: 12

Replied by anat on topic INDI Web Manager

Because saveProfileDrivers(name); is called here: :)

function saveProfile()
{
var options = profiles.options;
var name = options[options.selectedIndex].value;
var url = "/api/profiles/" + name

//console.log(url)

$.ajax(
{
type: 'POST',
url : url,
success: function()
{
//console.log("add new a profile " + name);
saveProfileDrivers(name);
},
error: function()
{
alert('error add new profile failed');
}
}
);
}
7 years 10 months ago #8455

Please Log in or Create an account to join the conversation.

  • Posts: 69
  • Thank you received: 12

Replied by anat on topic INDI Web Manager

BTW, if one wants a dark theme, try this

cd /path/to/servermanager/views/css/
curl -O bootswatch.com/cyborg/bootstrap.css
curl -O bootswatch.com/cyborg/bootstrap.min.css

nano /path/to/servermanager/views/css/bootstrap.css
nano /path/to/servermanager/views/css/bootstrap.min.css
********************************************
Comment/remove the first line to prevent accessing internet
********************************************

nano /path/to/servermanager/views/form.tpl
********************************************
<!-- <link rel="stylesheet" type="text/css" href="/static/css/schoolhouse.css"> -->
********************************************
The following user(s) said Thank You: Jasem Mutlaq
7 years 10 months ago #8456
Attachments:

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic INDI Web Manager

I think it is because I'm using "Default arguments" which I guess could be a cause of problems in some browsers?
7 years 10 months ago #8457

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic INDI Web Manager


libindi already contains those modifications. I think you are probably compiling and installing the drivers to /usr/local and not /usr
7 years 10 months ago #8459

Please Log in or Create an account to join the conversation.

  • Posts: 29
  • Thank you received: 2

Replied by Clément on topic INDI Web Manager

Hi,

I have issues with the driver GPhotoCCD and INDI Web Manager. I have a Nikon D90 plugged on my Raspberry Pi.

When I launch the INDI server in command line:
indiserver -v indi_gphoto_ccd
I have a comprehensive GPhoto tab in Ekos:


But when I start INDI with the web manager, either with the driver "GPhoto CCD" or "Nikon DSLR" in the drop-down list, I only get a very limited GPhoto tab in Ekos:


In particular, I cannot get the live view working...
I tried to check the logs, but I do not know if the INDI server launched by the web manager logs something, nor where.
7 years 10 months ago #8468
Attachments:

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic INDI Web Manager

Does live preview work on Nikon? I thought only Canon support that!
7 years 10 months ago #8470

Please Log in or Create an account to join the conversation.

  • Posts: 29
  • Thank you received: 2

Replied by Clément on topic INDI Web Manager

Yes it works, on both my Nikon D90 and D5300 :)
7 years 10 months ago #8471

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic INDI Web Manager

INDI Web Manager updated with new feature: Auto Start.

You can select a profile as "Auto Start" and whenever you start the service or reboot the device (And systemd unit service was installed) then it will startup the INDI server for that profile.
7 years 10 months ago #8499

Please Log in or Create an account to join the conversation.

  • Posts: 69
  • Thank you received: 12

Replied by anat on topic INDI Web Manager

indiwebmanager cannot start indi_mi_ccd_usb. Please see the log,
10.0.0.4 - - [31/May/2016 23:46:04] "POST /api/profiles/Simulators/ HTTP/1.1" 200 0
{u'label': u'Imager Agent'}
{u'label': u'MI CCD (USB)'}
10.0.0.4 - - [31/May/2016 23:46:09] "POST /api/profiles/Simulators/ HTTP/1.1" 200 0
indiserver -p 7624 -m 100 -v -f /tmp/indiFIFO > /dev/null 2>&1 &
Driver binary is indi_imager_agent
echo "start indi_imager_agent -n "Imager Agent""  > /tmp/indiFIFO
Driver binary is indi_mi_ccd_usb
echo "start indi_mi_ccd_usb -n "MI CCD (USB)""  > /tmp/indiFIFO
/bin/sh: 1: Syntax error: "(" unexpected
10.0.0.4 - - [31/May/2016 23:46:16] "POST /api/server/start/Simulators HTTP/1.1" 200 0
10.0.0.4 - - [31/May/2016 23:46:16] "GET /api/server/status HTTP/1.1" 200 20
10.0.0.4 - - [31/May/2016 23:46:16] "GET /api/server/drivers HTTP/1.1" 200 33
7 years 10 months ago #8579

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic INDI Web Manager

Please git pull and test again
7 years 10 months ago #8581

Please Log in or Create an account to join the conversation.

  • Posts: 69
  • Thank you received: 12

Replied by anat on topic INDI Web Manager

It works now. Thanks.
7 years 10 months ago #8583

Please Log in or Create an account to join the conversation.

  • Posts: 29
  • Thank you received: 2

Replied by Clément on topic INDI Web Manager

Hi,

Here is a followup about my issues with Nikon+GPhoto+Web manager. The web manager is a version checked out less than a week ago.
In my Raspberry Pi 3 + Raspbian Jessie, with the latest INDI package, + libgphoto2.5.4. When I start the GPhoto driver from the web manager, the driver is very limited, and I don't have any liveview. Whereas while starting INDI in command line, the liveview works with my Nikon cameras. See the screenshots I have posted in a previous message.
Sorry if it is posted in the wrong topic, but my GPhoto issues are related to the web manager, so I think it is relevant.

Here are some logs:
  • Starting INDI from the web manager:
2016-06-03T06:57:37: startup: indiserver -p 7624 -v -f /tmp/indiFIFO
2016-06-03T06:57:37: listening to port 7624 on fd 4
FIFO: start indi_gphoto_ccd -n Nikon DSLR
FIFO: Starting driver indi_gphoto_ccd
2016-06-03T06:57:37: Driver indi_gphoto_ccd: pid=4974 rfd=6 wfd=10 efd=11
2016-06-03T06:57:37: Driver indi_gphoto_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2016-06-03T06:57:37: Driver indi_gphoto_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
2016-06-03T06:57:37: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_SLOT
2016-06-03T06:57:37: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_NAME
2016-06-03T06:58:01: Client 7: new arrival from 192.168.2.42:49645 - welcome!
2016-06-03T06:58:08: Driver indi_gphoto_ccd: stderr EOF
2016-06-03T06:58:08: Driver indi_gphoto_ccd: restart #1
2016-06-03T06:58:08: Driver indi_gphoto_ccd: pid=5140 rfd=6 wfd=11 efd=12
2016-06-03T06:58:08: Driver indi_gphoto_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2016-06-03T06:58:08: Driver indi_gphoto_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
2016-06-03T06:58:08: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_SLOT
2016-06-03T06:58:08: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_NAME

And it is the same when in the drop-down list I select "GPhoto CCD" instead of "Nikon DSLR".
I noticed that as soon as I connect to the GPhoto device in Ekos, there is a "stderr EOF" and the driver restarts. Which does not happen when starting from the command line:

  • From the command line:
  • 2016-06-03T06:59:03: startup: indiserver -v indi_gphoto_ccd
    2016-06-03T06:59:03: Driver indi_gphoto_ccd: pid=5403 rfd=3 wfd=6 efd=7
    2016-06-03T06:59:03: listening to port 7624 on fd 4
    2016-06-03T06:59:03: Driver indi_gphoto_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
    2016-06-03T06:59:03: Driver indi_gphoto_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
    2016-06-03T06:59:03: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_SLOT
    2016-06-03T06:59:03: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_NAME
    2016-06-03T06:59:15: Client 0: new arrival from 192.168.2.42:49648 - welcome!


    In both cases, the GPhoto tab in Ekos shows the version "GPHoto v1.5, interface 10."

    I also noticed that when started from the command line, the GPhoto driver manages the configuration files correctly. When I connect to the device in Ekos, I see this log in Ekos:
    2016-06-03T06:59:18: Device configuration applied. 
    2016-06-03T06:59:18: Loading device configuration... 
    2016-06-03T06:59:18: Please update the camera pixel size in the Image Info section. The camera resolution will be updated after the first exposure is complete. 
    2016-06-03T06:59:18: GPhoto CCD is online.

    And I can save, load, or load the default XML config file for the driver.
    However, when started from the web manager, the config files seem not to be found. For example when I try to load the default config file:
    2016-06-03T07:31:25: Error loading default configuraiton. Unable to read user config file. Error loading file (null)/.indi/GPhoto CCD_config.xml.default: No such file or directory
    There is an issue with the path here, right?

    How come there is such a difference of version between both cases? Are there 2 different version of the GPhoto driver somewhere on my machine, and the web manager loads a different one from the command line?

    PS: Here is a log with double verbose option, when starting INDI from the web manager:
    2016-06-03T07:30:41: startup: indiserver -p 7624 -vv -f /tmp/indiFIFO
    2016-06-03T07:30:41: listening to port 7624 on fd 4
    FIFO: start indi_gphoto_ccd -n GPhoto CCD
    FIFO: Starting driver indi_gphoto_ccd
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: pid=14626 rfd=6 wfd=10 efd=11
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: sending <getProperties version='1.7'/>
     
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <getProperties device='Telescope Simulator' name='EQUATORIAL_EOD_COORD'>
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <getProperties device='Telescope Simulator' name='TELESCOPE_INFO'>
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <getProperties device='CCD Simulator' name='FILTER_SLOT'>
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_SLOT
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <getProperties device='CCD Simulator' name='FILTER_NAME'>
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_NAME
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='DRIVER_INFO'>
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='ACTIVE_DEVICES'>
    2016-06-03T07:30:41: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='DEVICE_PORT'>
    2016-06-03T07:30:43: Client 7: new arrival from 192.168.2.42:49814 - welcome!
    2016-06-03T07:30:43: Client 7: read <getProperties device='' name=''>
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: queuing responsible for <getProperties device='' name=''>
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: sending <getProperties version="1.7"/>
     
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:43: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:43: Client 7: sending <defSwitchVector device="GPhoto CCD" name="CONNECT
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='DRIVER_INFO'>
    2016-06-03T07:30:43: Client 7: queuing <defTextVector device='GPhoto CCD' name='DRIVER_INFO'>
    2016-06-03T07:30:43: Client 7: sending <defTextVector device="GPhoto CCD" name="DRIVER_IN
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:30:43: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:30:43: Client 7: sending <defSwitchVector device="GPhoto CCD" name="CONFIG_
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='ACTIVE_DEVICES'>
    2016-06-03T07:30:43: Client 7: queuing <defTextVector device='GPhoto CCD' name='ACTIVE_DEVICES'>
    2016-06-03T07:30:43: Client 7: sending <defTextVector device="GPhoto CCD" name="ACTIVE_DE
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='DEVICE_PORT'>
    2016-06-03T07:30:43: Client 7: queuing <defTextVector device='GPhoto CCD' name='DEVICE_PORT'>
    2016-06-03T07:30:43: Client 7: sending <defTextVector device="GPhoto CCD" name="DEVICE_PO
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='DEBUG'>
    2016-06-03T07:30:43: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='DEBUG'>
    2016-06-03T07:30:43: Client 7: sending <defSwitchVector device="GPhoto CCD" name="DEBUG"
    2016-06-03T07:30:43: Client 7: read <enableBLOB device='GPhoto CCD' name=''>
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: queuing responsible for <enableBLOB device='GPhoto CCD' name=''>
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: sending <enableBLOB device="GPhoto CCD">
    Also
    </enableBLOB
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='SIMULATION'>
    2016-06-03T07:30:43: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='SIMULATION'>
    2016-06-03T07:30:43: Client 7: sending <defSwitchVector device="GPhoto CCD" name="SIMULAT
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='ACTIVE_DEVICES'>
    2016-06-03T07:30:43: Client 7: queuing <defTextVector device='GPhoto CCD' name='ACTIVE_DEVICES'>
    2016-06-03T07:30:43: Client 7: sending <defTextVector device="GPhoto CCD" name="ACTIVE_DE
    2016-06-03T07:30:43: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='DEVICE_PORT'>
    2016-06-03T07:30:43: Client 7: queuing <defTextVector device='GPhoto CCD' name='DEVICE_PORT'>
    2016-06-03T07:30:43: Client 7: sending <defTextVector device="GPhoto CCD" name="DEVICE_PO
    2016-06-03T07:30:44: Client 7: read <newSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: queuing responsible for <newSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: sending <newSwitchVector device="GPhoto CCD" name="CONNECT
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <message device='GPhoto CCD' name=''>
    2016-06-03T07:30:44: Client 7: queuing <message device='GPhoto CCD' name=''>
    2016-06-03T07:30:44: Client 7: sending <message device="GPhoto CCD" timestamp="2016-06-03
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <setSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:44: Client 7: queuing <setSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:44: Client 7: sending <setSwitchVector device="GPhoto CCD" name="CONNECT
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defNumberVector device='GPhoto CCD' name='CCD_EXPOSURE'>
    2016-06-03T07:30:44: Client 7: queuing <defNumberVector device='GPhoto CCD' name='CCD_EXPOSURE'>
    2016-06-03T07:30:44: Client 7: sending <defNumberVector device="GPhoto CCD" name="CCD_EXP
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defNumberVector device='GPhoto CCD' name='CCD_FRAME'>
    2016-06-03T07:30:44: Client 7: queuing <defNumberVector device='GPhoto CCD' name='CCD_FRAME'>
    2016-06-03T07:30:44: Client 7: sending <defNumberVector device="GPhoto CCD" name="CCD_FRA
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defNumberVector device='GPhoto CCD' name='CCD_INFO'>
    2016-06-03T07:30:44: Client 7: queuing <defNumberVector device='GPhoto CCD' name='CCD_INFO'>
    2016-06-03T07:30:44: Client 7: sending <defNumberVector device="GPhoto CCD" name="CCD_INF
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CCD_COMPRESSION'>
    2016-06-03T07:30:44: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='CCD_COMPRESSION'>
    2016-06-03T07:30:44: Client 7: sending <defSwitchVector device="GPhoto CCD" name="CCD_COM
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defBLOBVector device='GPhoto CCD' name='CCD1'>
    2016-06-03T07:30:44: Client 7: queuing <defBLOBVector device='GPhoto CCD' name='CCD1'>
    2016-06-03T07:30:44: Client 7: sending <defBLOBVector device="GPhoto CCD" name="CCD1" lab
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CCD_FRAME_TYPE'>
    2016-06-03T07:30:44: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='CCD_FRAME_TYPE'>
    2016-06-03T07:30:44: Client 7: sending <defSwitchVector device="GPhoto CCD" name="CCD_FRA
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CCD_FRAME_RESET'>
    2016-06-03T07:30:44: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='CCD_FRAME_RESET'>
    2016-06-03T07:30:44: Client 7: sending <defSwitchVector device="GPhoto CCD" name="CCD_FRA
    2016-06-03T07:30:44: Client 7: read <newSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: queuing responsible for <newSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: sending <newSwitchVector device="GPhoto CCD" name="CONFIG_
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='CCD_CFA'>
    2016-06-03T07:30:44: Client 7: queuing <defTextVector device='GPhoto CCD' name='CCD_CFA'>
    2016-06-03T07:30:44: Client 7: sending <defTextVector device="GPhoto CCD" name="CCD_CFA"
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CCD_RAPID_GUIDE'>
    2016-06-03T07:30:44: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='CCD_RAPID_GUIDE'>
    2016-06-03T07:30:44: Client 7: sending <defSwitchVector device="GPhoto CCD" name="CCD_RAP
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='WCS_CONTROL'>
    2016-06-03T07:30:44: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='WCS_CONTROL'>
    2016-06-03T07:30:44: Client 7: sending <defSwitchVector device="GPhoto CCD" name="WCS_CON
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='UPLOAD_MODE'>
    2016-06-03T07:30:44: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='UPLOAD_MODE'>
    2016-06-03T07:30:44: Client 7: sending <defSwitchVector device="GPhoto CCD" name="UPLOAD_
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: stderr EOF
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: restart #1
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: pid=14632 rfd=6 wfd=11 efd=12
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: sending <getProperties version='1.7'/>
     
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <getProperties device='Telescope Simulator' name='EQUATORIAL_EOD_COORD'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <getProperties device='Telescope Simulator' name='TELESCOPE_INFO'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <getProperties device='CCD Simulator' name='FILTER_SLOT'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_SLOT
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <getProperties device='CCD Simulator' name='FILTER_NAME'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: snooping on CCD Simulator.FILTER_NAME
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:44: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:30:44: Client 7: sending <defSwitchVector device="GPhoto CCD" name="CONNECT
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='DRIVER_INFO'>
    2016-06-03T07:30:44: Client 7: queuing <defTextVector device='GPhoto CCD' name='DRIVER_INFO'>
    2016-06-03T07:30:44: Client 7: sending <defTextVector device="GPhoto CCD" name="DRIVER_IN
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:30:44: Client 7: queuing <defSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:30:44: Client 7: sending <defSwitchVector device="GPhoto CCD" name="CONFIG_
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='ACTIVE_DEVICES'>
    2016-06-03T07:30:44: Client 7: queuing <defTextVector device='GPhoto CCD' name='ACTIVE_DEVICES'>
    2016-06-03T07:30:44: Client 7: sending <defTextVector device="GPhoto CCD" name="ACTIVE_DE
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: read <defTextVector device='GPhoto CCD' name='DEVICE_PORT'>
    2016-06-03T07:30:44: Client 7: queuing <defTextVector device='GPhoto CCD' name='DEVICE_PORT'>
    2016-06-03T07:30:44: Client 7: sending <defTextVector device="GPhoto CCD" name="DEVICE_PO
    2016-06-03T07:30:44: Client 7: read <enableBLOB device='GPhoto CCD' name='CCD1'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: queuing responsible for <enableBLOB device='GPhoto CCD' name='CCD1'>
    2016-06-03T07:30:44: Driver indi_gphoto_ccd: sending <enableBLOB device="GPhoto CCD" name="CCD1">
    Also
     
    2016-06-03T07:31:25: Client 7: read <newSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:31:25: Driver indi_gphoto_ccd: queuing responsible for <newSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:31:25: Driver indi_gphoto_ccd: sending <newSwitchVector device="GPhoto CCD" name="CONFIG_
    2016-06-03T07:31:25: Driver indi_gphoto_ccd: read <message device='GPhoto CCD' name=''>
    2016-06-03T07:31:25: Client 7: queuing <message device='GPhoto CCD' name=''>
    2016-06-03T07:31:25: Client 7: sending <message device="GPhoto CCD" timestamp="2016-06-03
    2016-06-03T07:31:25: Driver indi_gphoto_ccd: read <setSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:31:25: Client 7: queuing <setSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:31:25: Client 7: sending <setSwitchVector device="GPhoto CCD" name="CONFIG_
    2016-06-03T07:31:29: Client 7: read <newSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:31:29: Driver indi_gphoto_ccd: queuing responsible for <newSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:31:29: Driver indi_gphoto_ccd: sending <newSwitchVector device="GPhoto CCD" name="CONFIG_
    2016-06-03T07:31:29: Driver indi_gphoto_ccd: read <message device='GPhoto CCD' name=''>
    2016-06-03T07:31:29: Client 7: queuing <message device='GPhoto CCD' name=''>
    2016-06-03T07:31:29: Client 7: sending <message device="GPhoto CCD" timestamp="2016-06-03
    2016-06-03T07:31:29: Driver indi_gphoto_ccd: read <setSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:31:29: Client 7: queuing <setSwitchVector device='GPhoto CCD' name='CONFIG_PROCESS'>
    2016-06-03T07:31:29: Client 7: sending <setSwitchVector device="GPhoto CCD" name="CONFIG_
    2016-06-03T07:32:00: Client 7: read <newSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:32:00: Driver indi_gphoto_ccd: queuing responsible for <newSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:32:00: Driver indi_gphoto_ccd: sending <newSwitchVector device="GPhoto CCD" name="CONNECT
    2016-06-03T07:32:00: Driver indi_gphoto_ccd: read <setSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:32:00: Client 7: queuing <setSwitchVector device='GPhoto CCD' name='CONNECTION'>
    2016-06-03T07:32:00: Client 7: sending <setSwitchVector device="GPhoto CCD" name="CONNECT
    7 years 10 months ago #8611

    Please Log in or Create an account to join the conversation.

    Time to create page: 0.999 seconds