genicam / harvesters

Image Acquisition Library for GenICam-based Machine Vision System
Apache License 2.0
513 stars 88 forks source link

Node is not writable, when it should be #410

Open eli-osherovich opened 1 year ago

eli-osherovich commented 1 year ago

Describe the Issue I am trying to set packet size on a GigE cameara (Specim FX). While using e-Bus, I am able to do it using DeviceStreamChannelPacketSize, however, when I try to do the same (using Std::DeviceStreamChannelPacketSize) I get an error that node is not writable.

To Reproduce Steps to reproduce the behavior:

  1. Try to set a value to Std::DeviceStreamChannelPacketSize

Sample Code I can show a piece of code that demonstrates the reported phenomenon:

If applicable, please paste the actual output (its whole traceback, etc) here:

>>> 

Expected Behavior This node should be writable: both the standard and empirical tests with other software confirm this.

Configuration

Reproducibility

This phenomenon can be stably reproduced:

If applicable, please provide your observation about the reproducibility.

Actions You Have Taken