0
Votes

Feature Request: Support for TranslationSpaceFov in C540V Firmware

 
0
Votes

Feature Request: Support for TranslationSpaceFov in C540V Firmware

Feature Request: Support for TranslationSpaceFov in C540V Firmware
Feature Request: Support for TranslationSpaceFov in C540V Firmware
2 weeks ago - last edited a week ago

I’m using a third-party NVR, Frigate, with the C540V camera, and I’ve been very impressed with how well it integrates. The pan, tilt, zoom, and preset features all work seamlessly when operated manually.

 

However, I encountered an issue when attempting to configure Frigate’s auto-tracking feature. According to their documentation and a diagnostic Python script they provide, the camera appears to lack support for the RelativePanTiltTranslationSpace, specifically the TranslationSpaceFov capability, which is required for auto-tracking to function.

 

This seems to be the only missing feature preventing full auto-tracking support. I believe this might be something that could be addressed through a firmware update, as the hardware itself appears to handle other PTZ operations without issue.

 

Would it be possible to add support for TranslationSpaceFov in a future firmware update? This would significantly enhance the camera's compatibility with advanced NVR features and broaden its usability.

 

Thank you for your consideration, and I look forward to your response.

 

Best regards

#1
Options
1 Accepted Solution
Re:Feature Request: Support for TranslationSpaceFov in C540V Firmware-Solution
2 weeks ago - last edited a week ago

Hi @tintef 

Thanks for posting in our business forum.

tintef wrote

I’m using a third-party NVR, Frigate, with the C540V camera, and I’ve been very impressed with how well it integrates. The pan, tilt, zoom, and preset features all work seamlessly when operated manually.

 

However, I encountered an issue when attempting to configure Frigate’s auto-tracking feature. According to their documentation and a diagnostic Python script they provide, the camera appears to lack support for the RelativePanTiltTranslationSpace, specifically the TranslationSpaceFov capability, which is required for auto-tracking to function.

 

This seems to be the only missing feature preventing full auto-tracking support. I believe this might be something that could be addressed through a firmware update, as the hardware itself appears to handle other PTZ operations without issue.

 

Would it be possible to add support for TranslationSpaceFov in a future firmware update? This would significantly enhance the camera's compatibility with advanced NVR features and broaden its usability.

 

Thank you for your consideration, and I look forward to your response.

 

Best regards

Dev confirmed that we support RelativePanTiltTranslationSpace.

Code:

<SOAP-ENV:Body>

    <tptz:GetNodesResponse>

      <tptz:PTZNode token="PTZNODETOKEN">

        <tt:Name>PTZNODE</tt:Name>

        <tt:SupportedPTZSpaces>

          <tt:AbsolutePanTiltPositionSpace>

            <tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/PositionGenericSpace</tt:URI>

            <tt:XRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:XRange>

            <tt:YRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:YRange>

          </tt:AbsolutePanTiltPositionSpace>

          <tt:RelativePanTiltTranslationSpace>

            <tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/TranslationGenericSpace</tt:URI>

            <tt:XRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:XRange>

            <tt:YRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:YRange>

          </tt:RelativePanTiltTranslationSpace>

          <tt:ContinuousPanTiltVelocitySpace>

            <tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/VelocityGenericSpace</tt:URI>

            <tt:XRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:XRange>

            <tt:YRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:YRange>

          </tt:ContinuousPanTiltVelocitySpace>

          <tt:PanTiltSpeedSpace>

            <tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/GenericSpeedSpace</tt:URI>

            <tt:XRange>

             <tt:Min>0</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:XRange>

          </tt:PanTiltSpeedSpace>

        </tt:SupportedPTZSpaces>

        <tt:MaximumNumberOfPresets>300</tt:MaximumNumberOfPresets>

        <tt:HomeSupported>false</tt:HomeSupported>

        <tt:Extension>

          <tt:SupportedPresetTour>

            <tt:MaximumNumberOfPresetTours>8</tt:MaximumNumberOfPresetTours>

            <tt:PTZPresetTourOperation>Start</tt:PTZPresetTourOperation>

            <tt:PTZPresetTourOperation>Stop</tt:PTZPresetTourOperation>

            <tt:PTZPresetTourOperation>Pause</tt:PTZPresetTourOperation>

          </tt:SupportedPresetTour>

        </tt:Extension>

      </tptz:PTZNode>

    </tptz:GetNodesResponse>

  </SOAP-ENV:Body>

 

Best Regards! If you are new to the forum, please read: Howto - A Guide to Use Forum Effectively. Read Before You Post. Look for a model? Search your model NOW Official and Beta firmware. NEW features! Subscribe for the latest update!Download Beta Here☚ ☛ ★ Configuration Guide ★ ☚ ☛ ★ Knowledge Base ★ ☚ ☛ ★ Troubleshooting ★ ☚ ● Be kind and nice. ● Stay on the topic. ● Post details. ● Search first. ● Please don't take it for granted. ● No email confidentiality should be violated. ● S/N, MAC, and your true public IP should be mosaiced.
Recommended Solution
#2
Options
2 Reply
Re:Feature Request: Support for TranslationSpaceFov in C540V Firmware-Solution
2 weeks ago - last edited a week ago

Hi @tintef 

Thanks for posting in our business forum.

tintef wrote

I’m using a third-party NVR, Frigate, with the C540V camera, and I’ve been very impressed with how well it integrates. The pan, tilt, zoom, and preset features all work seamlessly when operated manually.

 

However, I encountered an issue when attempting to configure Frigate’s auto-tracking feature. According to their documentation and a diagnostic Python script they provide, the camera appears to lack support for the RelativePanTiltTranslationSpace, specifically the TranslationSpaceFov capability, which is required for auto-tracking to function.

 

This seems to be the only missing feature preventing full auto-tracking support. I believe this might be something that could be addressed through a firmware update, as the hardware itself appears to handle other PTZ operations without issue.

 

Would it be possible to add support for TranslationSpaceFov in a future firmware update? This would significantly enhance the camera's compatibility with advanced NVR features and broaden its usability.

 

Thank you for your consideration, and I look forward to your response.

 

Best regards

Dev confirmed that we support RelativePanTiltTranslationSpace.

Code:

<SOAP-ENV:Body>

    <tptz:GetNodesResponse>

      <tptz:PTZNode token="PTZNODETOKEN">

        <tt:Name>PTZNODE</tt:Name>

        <tt:SupportedPTZSpaces>

          <tt:AbsolutePanTiltPositionSpace>

            <tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/PositionGenericSpace</tt:URI>

            <tt:XRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:XRange>

            <tt:YRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:YRange>

          </tt:AbsolutePanTiltPositionSpace>

          <tt:RelativePanTiltTranslationSpace>

            <tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/TranslationGenericSpace</tt:URI>

            <tt:XRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:XRange>

            <tt:YRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:YRange>

          </tt:RelativePanTiltTranslationSpace>

          <tt:ContinuousPanTiltVelocitySpace>

            <tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/VelocityGenericSpace</tt:URI>

            <tt:XRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:XRange>

            <tt:YRange>

              <tt:Min>-1</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:YRange>

          </tt:ContinuousPanTiltVelocitySpace>

          <tt:PanTiltSpeedSpace>

            <tt:URI>http://www.onvif.org/ver10/tptz/PanTiltSpaces/GenericSpeedSpace</tt:URI>

            <tt:XRange>

             <tt:Min>0</tt:Min>

              <tt:Max>1</tt:Max>

            </tt:XRange>

          </tt:PanTiltSpeedSpace>

        </tt:SupportedPTZSpaces>

        <tt:MaximumNumberOfPresets>300</tt:MaximumNumberOfPresets>

        <tt:HomeSupported>false</tt:HomeSupported>

        <tt:Extension>

          <tt:SupportedPresetTour>

            <tt:MaximumNumberOfPresetTours>8</tt:MaximumNumberOfPresetTours>

            <tt:PTZPresetTourOperation>Start</tt:PTZPresetTourOperation>

            <tt:PTZPresetTourOperation>Stop</tt:PTZPresetTourOperation>

            <tt:PTZPresetTourOperation>Pause</tt:PTZPresetTourOperation>

          </tt:SupportedPresetTour>

        </tt:Extension>

      </tptz:PTZNode>

    </tptz:GetNodesResponse>

  </SOAP-ENV:Body>

 

Best Regards! If you are new to the forum, please read: Howto - A Guide to Use Forum Effectively. Read Before You Post. Look for a model? Search your model NOW Official and Beta firmware. NEW features! Subscribe for the latest update!Download Beta Here☚ ☛ ★ Configuration Guide ★ ☚ ☛ ★ Knowledge Base ★ ☚ ☛ ★ Troubleshooting ★ ☚ ● Be kind and nice. ● Stay on the topic. ● Post details. ● Search first. ● Please don't take it for granted. ● No email confidentiality should be violated. ● S/N, MAC, and your true public IP should be mosaiced.
Recommended Solution
#2
Options
Re:Feature Request: Support for TranslationSpaceFov in C540V Firmware
a week ago - last edited a week ago

  @Clive_A 

 

Thanks for the response.

It does support the RelativePanTiltTranslationSpace space.

But it does not support TranslationSpaceFov! Is that something that can be added with a firmware update?

I noticed this was missing when running the test script from frigate -> https://gist.github.com/hawkeye217/152a1d4ba80760dac95d46e143d37112

#3
Options