Results 1 to 3 of 3

Thread: Access Memory Address of a QT made viewer?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2016
    Location
    Venice, California
    Posts
    87
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    7

    Default Access Memory Address of a QT made viewer?

    Hi friends,

    I'm trying to create a little snapshot tool for Nuke 9. Nuke is a visual fx compositing software built using Qt.
    So if you'd kindly refer to the attached image, Nuke has a Viewer, which has a few switches and button, and more importantly a timeline to scrub the image sequence that's currently being viewed. This viewer stores the current frame into memory as the user changes frame.

    What I would like to do is get the memory location of the image at the current frame. Is there a way to do that? I've been reading up on Qt's Qtimeline, and the Caching options, but I can't seem to find anything on how to access the cached location in memory. Nuke does have an API which I'm currently lost in, but I'm hoping someone knows a quick way.


    Cheers!
    Attached Images Attached Images

Similar Threads

  1. display pointer memory address
    By milosav in forum Qt Programming
    Replies: 8
    Last Post: 2nd February 2016, 08:54
  2. Access Mac OSX address book
    By Jakkie in forum Newbie
    Replies: 0
    Last Post: 21st February 2013, 07:43
  3. Replies: 1
    Last Post: 22nd July 2012, 10:29
  4. Cannot access memory at address 0x0
    By defumar in forum Newbie
    Replies: 29
    Last Post: 28th January 2008, 15:55
  5. Compiler's calculation on memory/address
    By vermarajeev in forum General Discussion
    Replies: 3
    Last Post: 10th October 2007, 11:25

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.