OutofTree Cross-compile : WIN32
Posted: 02 Jun 2012 06:37
An imaging device requires several custom modules in order to stream and view images in the VLC Media Player.
The user base is Win32/64 systems running WinXP -> Win7.
A cross-compiler to build win32 applications has been setup using Virtual Box/Ubuntu.
Modules:
Access: A serial stream available through a win32 driver provides the camera input.
Demux: The data stream from the recorder may consist of the several camera views
Decoder: A custom decompression scheme is used.
Cross-Compile of Modules:
Does any have experience building an OutOFTree Module using a cross-compuler enviroment for win32/64.
According to the instructions in the OutOfTreeCompile wiki, the pkg-config environment
variables need to be changed. (Where do you do this?)
Access Module:
Is it possible to pull data from a serial line and use it within an Access Module
The user base is Win32/64 systems running WinXP -> Win7.
A cross-compiler to build win32 applications has been setup using Virtual Box/Ubuntu.
Modules:
Access: A serial stream available through a win32 driver provides the camera input.
Demux: The data stream from the recorder may consist of the several camera views
Decoder: A custom decompression scheme is used.
Cross-Compile of Modules:
Does any have experience building an OutOFTree Module using a cross-compuler enviroment for win32/64.
According to the instructions in the OutOfTreeCompile wiki, the pkg-config environment
variables need to be changed. (Where do you do this?)
Access Module:
Is it possible to pull data from a serial line and use it within an Access Module