Skip to content

Improve ROI methods in DVF device and add more reset parameters#1032

Open
xresende wants to merge 7 commits intomasterfrom
device-dvf-add-general-devicereset
Open

Improve ROI methods in DVF device and add more reset parameters#1032
xresende wants to merge 7 commits intomasterfrom
device-dvf-add-general-devicereset

Conversation

@xresende
Copy link
Copy Markdown
Contributor

No description provided.

@xresende xresende changed the title Add BASLER hard DeviceReset Add BASLER hard DeviceReset to DVF Oct 18, 2023
@xresende xresende marked this pull request as ready for review November 6, 2023 12:46
@xresende xresende changed the title Add BASLER hard DeviceReset to DVF Improve ROI methods in DVF device and add more reset parameters Nov 6, 2023
Copy link
Copy Markdown
Contributor

@henriquesimoes henriquesimoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've noticed now that some camera parameters are not correct.

DEVICES.BO_DVF: _get_namedtuple(
'DVFParameters',
_dvfparam_fields, (8, 0.5, 0.5, 0.005, 1024, 1280, 4.8, 5.0)),
_dvfparam_fields, (1024, 1280, 4, 8, 0.5, 0.5, 0.005, 4.8, 5.0)),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the BO_DVF camera, which is an Basler acA1300-75gm (version 106755-13), the width must be multiple of 16 and the height can be any value.

DEVICES.CAX_DVF1: _get_namedtuple(
'DVFParameters',
_dvfparam_fields, (16, 0.5, 0.5, 0.005, 2064, 3088, 2.4, 5.0)),
_dvfparam_fields, (2064, 3088, 4, 16, 0.5, 0.5, 0.005, 2.4, 5.0)),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CAX_DVF1 uses a camera from the same model of BO_DVF (but version 106755-24). This means its resolution is $1280 \times 1024$, and its ROI width must be multiple of 16.

@fernandohds564
Copy link
Copy Markdown
Contributor

@xresende Are you going to implement the changes suggested? What is missing here for merging?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants