Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • linuxmce linuxmce
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 255
    • Issues 255
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linuxmce
  • linuxmcelinuxmce
  • Issues
  • #2802

Closed
Open
Created Nov 18, 2017 by cfernandes@cfernandes

Advance_ip_camera can' t move camera Right

Buttons on orbiter to move camera right is not work

i found a error on advanced_ip_camera.cpp that function calling wrong method the cmd_move_right call pDevice->MoveDown(1) the correct is pDevice->MoveRight

void Advanced_IP_Camera::CMD_Move_Right(int iStreamID,string &sCMD_Result,Message pMessage) //<-dceag-c203-e-> { sCMD_Result = "UNKNOWN COMMAND"; CameraDevice pDevice = FindCameraDevice(m_dwPK_Device); if (pDevice != NULL) { if (pDevice->MoveDown(1)) { sCMD_Result = "OK"; } } }

Assignee
Assign to
Time tracking