Search Unity

New Job system with 1080P webcam stream - performance improvements?

Discussion in 'C# Job System' started by eco_bach, Dec 11, 2018.

  1. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    Using the new job system with a 1080p webcam stream https://github.com/stella3d/job-system-cookbook

    But curious what performance improvements I might expect on lower end PCs.

    How would I best measure this beyond a simple FPS meter?
     
  2. Run on the device, attach to the profiler and observe what takes how many milliseconds.
     
  3. eco_bach

    eco_bach

    Joined:
    Jul 8, 2013
    Posts:
    1,601
    Thanks. I always though video playback was more GPU than CPU bound so skeptical that the job system will offer any improvements.
     
  4. Probably. If you're not working on a decoder. :D