elsampsa / valkka-core

Valkka - Create video surveillance, management and analysis programs with PyQt
GNU Lesser General Public License v3.0
181 stars 35 forks source link

Guidelines: read before posting your ticket #5

Closed elsampsa closed 2 years ago

elsampsa commented 5 years ago

Guidelines for posting your ticket

  1. State clearly what is your problem
  2. Copy-paste here your filtergraph, like this:
    
    (LiveThread:livethread) -------------------------------------+  main branch, streaming
                                                             |   
    {ForkFrameFilter: fork_filter} <----(AVThread:avthread) << --+  main branch, decoding
               |
      branch 1 +->> (OpenGLThread:glthread)
               |
      branch 2 +--> {IntervalFrameFilter: interval_filter} --> {SwScaleFrameFilter: sws_filter} --> {RGBSharedMemFrameFilter: shmem_filter}
3. Provide a complete python **sample code for reproducing the bug** ..
   - .. but don't copy-paste the code here.  Instead, drag'n'drop a file to your ticket - this way it is attached as a separate file.  Like this: [kikkelis_kokkelis.py.txt](https://github.com/elsampsa/valkka-core/files/3287234/kikkelis_kokkelis.py.txt)
4. Your **sample code for reproducing the bug** should be max around 150 lines.  Try to make it as brief as possible and reduce the bug to a minimum number of lines.
5. If you want to clarify/comments small parts of your code (or do a resumen), copy-paste it here like this:

def this_is(self): my_awsome_method


6. Give specifications of your camera
   - Manufacturer & model
   - Resolution
   - Framerate

*Thank you!*
elsampsa commented 2 years ago

added issue templates, so this can be closed..