Opened 13 months ago
Closed 10 months ago
#1763 closed defect (fixed)
nvfbc cuda regression: picture does not update
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | encodings | Version: | 2.2.x |
Keywords: | Cc: |
Description (last modified by )
Problem spotted on win32, may also affect Linux (TBC).
The code runs and it looks like we're downloading the frames from video memory, but when scrolling detection runs it finds that the picture has not changed and so we end up not generating any screen updates.
Forcing scrolling detection off does not help: the video encoders also find the picture unchanged. This also applies to the NVENC encoder when using the picture data found in the CUDA buffer which would indicate that the API is just not capturing new data. (rather than a download / usage problem on our side)
This could be a driver bug, or a problem with the API uncovered by newer drivers.
Related tickets:
Change History (4)
comment:1 Changed 13 months ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:4 Changed 10 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Linux was not affected.
Note: See
TracTickets for help on using
tickets.
r18299: CUDA buffer mode no longer enabled by default
TODO: