Video Recording from Camera using Camera viewer sample

Video Recording from Camera using Camera viewer sample

Bild des Benutzers Yogesh B.

Hi

I am trying to record video streaming using camera viewer sample application with -record and -file option given there

The application writing data into the specified file, I am unable to play that file,

will you please let me know is there compression or video encoding I need to use for this functionality?

or Is there any standerd encoding format I need to provide.

Thanks

Yogesh.

5 Beiträge / 0 neu
Letzter Beitrag
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.
Bild des Benutzers Yogesh B.

Hi,

I am waiting for suggestions,

Please Let me know,how can I record video using PCSDK.

Thanks

Yogesh.

Bild des Benutzers Yogesh B.

Hi,

I am waiting for suggestions,

Please Let me know,how can I record video using PCSDK.

Thanks

Yogesh.

Bild des Benutzers Abhishek 81

 If you are using Unity and Intel Perceptual SDK then you can utilize the pipeline and then install Apple Quick time player and record videos as well as play it to your liking(as of now i am experimenting).But this is one of the way.

Abhishek Nandy
Bild des Benutzers daflippers

Hi Yogesh,

 

You can record using:

C:\Program Files (x86)\Intel\PCSDK\bin\x64>camera_viewer.exe -csize 640x480 -nframes 100  -record -file %homepath%\Documents\Test

and play back:

C:\Program Files (x86)\Intel\PCSDK\bin\x64>camera_viewer.exe  -file %homepath%\Documents\Test

I believe the file is stored in a special format with id PXCF at start of file. 

David

 

Melden Sie sich an, um einen Kommentar zu hinterlassen.