ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上

2011年8月19日 星期五

camera interface, output & de-interlace

interfaced format 是在 capture 支援的。
de-interlaced 則是由 output 支援。
adv7180 - capture /camera_in 沒有改 driver,就可以自動辨識 UYVY_I 的 input format。
只是輸出會看到有橫紋的未 de-interlaced 畫面。
也就是說 field 可以正確解出。
de-interlace 要靠 output 來作。
Android 的 output 和 SurfaceView 綁在一起。 所以區分一下:
video output 和 camera capture。
video output 時,直接 不要title bar 可以:
寫在 AndroidManifest.xml : android:theme="@android:style/Theme.NoTitleBar" 或是,寫在 code:

所以要把tvin 程式改一下,看是用 jni 寫,還是寫成 standalone 程式,用 exec 來執行 (怎麼停? kill ?)
用現有的syscommand run tvin program,另外寫一個 kill tvin 的 c program。一樣用 syscommand 來run。

沒有留言:

標籤

網誌存檔