Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to implement engine plugin for ip camera?

How to implement engine plugin for ip camera?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RomanU
    wrote on last edited by
    #1

    Hello!
    I have two ip cameras, one can capture in MJPEG format, other in H264. What classes should I reimplement for minimal support to use it with QCamera? I know how to write a plugin but I don't know what QCamera* related stuff I should implement.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      For that you need to go deeper in QtMultimedia. Have a look at e.g. the qnx plugin. It shows more that you need to implement but you'll have a good overall idea at how it is done (plugin wise, not IP camera wise)

      Be aware that this stuff is currently not covered by any example/demo so you'll have to learn by reading the code and testing. But don't be afraid, it's not as complex as it may look at first sight

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved