How to stream CX3 RAW8/RAW10 - BAYER Video to Android Device

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Sivaraj_A
Level 2
Level 2
5 likes given 10 replies posted 10 questions asked

Hi,

        RAW8/RAW10 - BAYER video to Android Smartphone is a challenge for us.

                     1. The setting below is incompatible with Android and Windows devices. For example, if I set (RAW10 & 16-bit output), the streaming in the Windows app appeared little green.

Sivaraj_A_0-1678427578753.png

 

   2.  I try to obtain the streaming using  Opencv Library  :

A. cap = cv2.VideoCapture(0)

while(cap.isOpened()):
ret,frame=cap.read()

I got Error: CvCapture_MSMF::grabFrame videoio(MSMF): can't grab frame. Error: -2147483638

B. cap = cv2.VideoCapture(0,cv2.CAP_DSHOW) 

while(cap.isOpened()):
ret,frame=cap.read()

 I got 3 plane Buffer , But i need RAW10/RAW8 Flatten Array for Demosaic 

Please advise us on how to obtain RAW8/RAW10 frames without losing quality for windows / Android.

 

0 Likes
1 Solution
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi,

As this thread is duplicate, the discussions related to this thread are done in https://community.infineon.com/t5/USB-superspeed-peripherals/how-to-stream-CX3-RAW8-RAW10-BAYER-Vide....

Best Regards,
AliAsgar

View solution in original post

0 Likes
1 Reply
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi,

As this thread is duplicate, the discussions related to this thread are done in https://community.infineon.com/t5/USB-superspeed-peripherals/how-to-stream-CX3-RAW8-RAW10-BAYER-Vide....

Best Regards,
AliAsgar

0 Likes