I am writing a code to spawn an image acquisition routine on a worker process by passing a pointer pointing to a camera device. This pointer is used by C APIs to execute camera operations via ccall. The problem is, when a pointer Ptr{} is sent to a remote process, it is always set to NULL - 0x000000000000000, which makes the programs crash. Does anybody have a workaround for this issue?