Software Archive
Read-only legacy content
17061 Discussions

What might cause these vertical lines?

Judd_J_
Beginner
296 Views

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 Kudos
3 Replies
Judd_J_
Beginner
296 Views

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

0 Kudos
Johannes_V_
New Contributor I
296 Views

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

0 Kudos
Judd_J_
Beginner
296 Views

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.

0 Kudos
Reply