openstf / ios-minicap

iOS Minicap provides a socket interface for streaming realtime screen capture data out of iOS devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frame format

ketan077 opened this issue · comments

I have one query about frame format.which format we are getting frame ?

The README tells you.

from device in which format we are getting?

It is literally right there in the README.

i saw your code. only one confusion i have that from device are u getting raw data and after are u converting to jpeg format? or from device are u getting jpeg format frame?

The original format is x264.

that's what i'm asking. i explore your code. every frame you are converting in to jpeg file. thanks

is it possible to convert (The original format is x264) x264 format to raw data or png image frame?

give me some hint because i can't able to find for convertion x264 to raw or png data

at list you can give some direction otherwise if i need it, i must have to do !!!

ohkk as u wish Thanks

done. right now i can able to convert X264 to png and also i can able to convert in to rgb

heyy one question. whenever i link any static library in cmake file ,i'm getting "undefined symbols for architecture x86_64" this error.if u know then help me.