Search found 5 matches

Go to advanced search

by rakhilkt
01 Aug 2013 08:22
Forum: Development around libVLC
Topic: Embed VLC window in a Qt Application UI
Replies: 1
Views: 819

Embed VLC window in a Qt Application UI

Can anyone help me with a Qt code snippet or tutorials which enable me to embed my customized libVLC in it.
I have my UI developed in Qt and the back end code is in C/C++ . I need to insert my vlc window in that Qt UI.
by rakhilkt
01 Aug 2013 08:05
Forum: Development around libVLC
Topic: Problems with opencv libraries
Replies: 4
Views: 1756

Re: Problems with opencv libraries

I don't know much on Android, But is comfortable with OpenCV programming For compiling a OpenCV program you need to add the following while compiling: Include the path : -I/usr/local/include/opencv -I/usr/local/include Include the shared libraries needed : /usr/local/lib/libopencv_calib3d.so /usr/lo...
by rakhilkt
29 Jul 2013 15:05
Forum: Development around libVLC
Topic: Writing patches in libVLC - undefined symbol error
Replies: 3
Views: 591

Re: Writing patches in libVLC - undefined symbol error

Thanks... The issue was solved. Another .so of libvlc (from /usr/lib )was been accessed by my application. When I uninstalled the current vlc installed in my system it got solved. Now it is getting linked from /usr/local/lib where my customized libvlc is present. The command "ldd <executable_na...
by rakhilkt
26 Jul 2013 06:18
Forum: Development around libVLC
Topic: Writing patches in libVLC - undefined symbol error
Replies: 3
Views: 591

Re: Writing patches in libVLC - undefined symbol error

@sherington

Yes , I did..

The error is as follows :
*symbol lookup error : <executable_name> undefined symbol: libvlc_video_snapshot_get_addr*
by rakhilkt
25 Jul 2013 17:21
Forum: Development around libVLC
Topic: Writing patches in libVLC - undefined symbol error
Replies: 3
Views: 591

Writing patches in libVLC - undefined symbol error

Hi all, I tried to introduce a patch in my VLC source code , which I saw in the VideoLan TRAC . The reference link is https://trac.videolan.org/vlc/attachment/ticket/2513/0001-Added-libvlc_video_take_snapshot_addr-to-libvlc-and-.patch The build was success , but when trying to access the new functio...

Go to advanced search