Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • J jami-daemon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 111
    • Issues 111
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • savoirfairelinux
  • jami-daemon
  • Issues
  • #263

Closed
Open
Created Jul 10, 2020 by joelihn@joelihn

Could i use jami on raspberry pi with Pi CSI Camera?

I have a raspberry pi (raspbian) ,connected a picamera with csi cable.

When i run *jamid -c -d * ,the terminal output print some red error words:

"Continuous Frame sizes not supported"

I search this string,find in src/media/video/v4l2/video_device_impl.cpp: line:352

 if (frmsize.type != V4L2_FRMSIZE_TYPE_DISCRETE) {
        // We do not take care of V4L2_FRMSIZE_TYPE_CONTINUOUS or V4L2_FRMSIZE_TYPE_STEPWISE
        JAMI_ERR("Continuous Frame sizes not supported");
        return pixelformat;
    }

I want to know how can i support capture device that frmsize.type is STEPWISE type, like picamera.

thanks!

Edited Jul 17, 2020 by joelihn
Assignee
Assign to
Time tracking