Hi, I am using a 2 camera set up using Lucid Triton064S cameras. To implement PTPSync I have used the code provided in the JupyterLab-Resource-Center , I am facing the following two issues to set the AcquisitionStartMode and PTPSyncFrameRate # Error 1: c.device.nodemap.get_node('AcquisitionStartMode').value = "PTPSync" -------------------------------------------------------------------------- ValueError: 'AcquisitionStartMode' node does not exist in this nodemap (some suggestions): ['AcquisitionStart', 'AcquisitionMode', 'AcquisitionStop', 'AcquisitionFrameRate', 'AcquisitionFrameCount', 'AcquisitionControl', 'AcquisitionLineRate', 'AcquisitionBurstFrameCount', 'ActionUnconditionalMode', 'DecimationVerticalMode', 'AcquisitionFrameRateEnable', 'DecimationHorizontalMode', 'BinningHorizontalMode', 'ActionGroupKey', 'LineActivationVoltage', 'SequencerMode'] -------------------------------------------------------------------------- # Error 2: c.device.nodemap.get_node('PTPSyncFrameRate').value = FRAME_RATE --------------------------------------------------------------------------- ValueError: 'PTPSyncFrameRate' node does not exist in this nodemap (some suggestions): ['TransmissionFrameRate', 'AcquisitionFrameRate', 'AcquisitionFrameRateEnable', 'GevPAUSEFrameReception', 'FirmwareUpdate', 'PixelDynamicRangeMin', 'PixelDynamicRangeMax', 'GevSCPSDoNotFragment', 'BalanceRatio', 'TransferPause', 'AwbStatsFrameCount', 'TriggerLatency', 'TransferStatus', 'SerialBaudRate', 'PtpOffsetFromMaster', 'GevPAUSEFrameTransmission'] ---------------------------------------------------------------------------
Hi,
I am using a 2 camera set up using Lucid Triton064S cameras. To implement PTPSync I have used the code provided in the JupyterLab-Resource-Center , I am facing the following two issues to set the AcquisitionStartMode and PTPSyncFrameRate
# Error 1:
c.device.nodemap.get_node('AcquisitionStartMode').value = "PTPSync"
--------------------------------------------------------------------------
ValueError: 'AcquisitionStartMode' node does not exist in this nodemap
(some suggestions):
['AcquisitionStart', 'AcquisitionMode', 'AcquisitionStop', 'AcquisitionFrameRate', 'AcquisitionFrameCount', 'AcquisitionControl', 'AcquisitionLineRate', 'AcquisitionBurstFrameCount', 'ActionUnconditionalMode', 'DecimationVerticalMode', 'AcquisitionFrameRateEnable', 'DecimationHorizontalMode', 'BinningHorizontalMode', 'ActionGroupKey', 'LineActivationVoltage', 'SequencerMode']
--------------------------------------------------------------------------
# Error 2:
c.device.nodemap.get_node('PTPSyncFrameRate').value = FRAME_RATE
---------------------------------------------------------------------------
ValueError: 'PTPSyncFrameRate' node does not exist in this nodemap
(some suggestions):
['TransmissionFrameRate', 'AcquisitionFrameRate', 'AcquisitionFrameRateEnable', 'GevPAUSEFrameReception', 'FirmwareUpdate', 'PixelDynamicRangeMin', 'PixelDynamicRangeMax', 'GevSCPSDoNotFragment', 'BalanceRatio', 'TransferPause', 'AwbStatsFrameCount', 'TriggerLatency', 'TransferStatus', 'SerialBaudRate', 'PtpOffsetFromMaster', 'GevPAUSEFrameTransmission']
---------------------------------------------------------------------------
Hi! Please email this information to support(at)thinklucid.com