Skip to content

Manual Focus Adjustment #66

@ispybadguys

Description

@ispybadguys

I am wondering if this package can do the manual focus adjustment. I have managed to get this working on the A7R4 with the Sony SDK with the following commands

SDK::CrDeviceProperty prop;
prop.SetCode(SDK::CrDevicePropertyCode::CrDeviceProperty_NearFar);
prop.SetCurrentValue(selected_index);
prop.SetValueType(SDK::CrDataType::CrDataType_Int8);
SDK::SetDeviceProperty(m_device_handle, &prop);

I was wondering if you have this control in this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions