Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I want to download image on the memory!!

hello, i want to download image on the memory

    unsigned char* data = NULL;
    EdsUInt64 size = 0;

    err = EdsGetPointer(stream, (EdsVoid**)& data);
    err = EdsGetLength(stream, &size);

i'm using this code first line is get image's address + "data" is pointer second is image's size

i want to access image using pointer address but i dont know how to please help me!~

I want to download image on the memory!!

hello, i want to download image on the memorymemory using opencv on QT

    unsigned char* data = NULL;
    EdsUInt64 size = 0;

    err = EdsGetPointer(stream, (EdsVoid**)& data);
    err = EdsGetLength(stream, &size);

i'm using this code first line is get image's address + "data" is pointer second is image's size

i want to access image using pointer address but i dont know how to please help me!~

I want to download image on the memory!!

hello, i want to download image on the memory using opencv on QT

    unsigned char* data = NULL;
    EdsUInt64 size = 0;

    err = EdsGetPointer(stream, (EdsVoid**)& data);
    err = EdsGetLength(stream, &size);

i'm using this code first line is get image's address + "data" is pointer second is image's size

i want to access image using pointer address but i dont know how to please help me!~