Hi,
I managed to solve this issue. My main problem was really that I didn't realize that N900 camera outputs YUVY pixel format. Here are the rough steps to get access to the camera video frames:
...
Type: Posts; User: aapiskukko; Keyword(s):
Hi,
I managed to solve this issue. My main problem was really that I didn't realize that N900 camera outputs YUVY pixel format. Here are the rough steps to get access to the camera video frames:
...
Hi,
Thanks for the reply. I'll try asking from the IRC channel.
I have a problem for which I cannot find a solution. I’m using QCamera class (Qt Mobility 1.1) and I need to get access to the video frames(e.g. QVideoFrame) provided by the camera in N900. I need to...