Software Archive
Read-only legacy content
17061 討論

What might cause these vertical lines?

Judd_J_
初學者
706 檢視

Our best guess so far has been that the next frame has been half-written to the buffer before it was locked. The issue seems to go away when I use ACCESS_READ instead of ACCESS_READ_WRITE, but I need to be able to write to the image buffer.

The overall effect of this seems to be that it makes playing back an rssdk very difficult as the application tends to hang when it comes to this frame in the depth stream on playback.

Has anyone experienced this, or know how to keep it stable while keeping read/write? It could very well be something simple I may have overlooked, any  help is appreciated! 

0 積分
3 回應
Judd_J_
初學者
706 檢視

*edit* Thought I forgot to mention something but everything is in the first post.

Johannes_V_
新貢獻者 I
706 檢視

i once had this, after reinstalling the sdk it did work better.

 

please share code where you initialize and access the pixels, maybe there is something in

Judd_J_
初學者
706 檢視

My workplace won't let me share code, but the only fix I could find to this issue was to set to read only instead of read/write, copy to a new image, and write to that image. Otherwise, the recordings get corrupted.

回覆