You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your demo in my application for webrtc.. now client want tensorflow in webrtc. I am done with tensorflow but the problem with camera video settings.
if i am changing Camera Session video settings then video display like below.
I change This code for tensor flow layout. if I am using your video type then working fine. but for tensoflow It need RGBformat so I change video format. it works when I change video format.. but camera showing orange lines.
this is tansorflow layout code if i use video type "kCVPixelFormatType_420YpCbCr8BiPlanarFullRange" then it crash selected line in tensor flow
Please help on this.
The text was updated successfully, but these errors were encountered:
svpapps
changed the title
Problem With video settings.
Problem With video settings please help me.
May 1, 2022
I am using your demo in my application for webrtc.. now client want
tensorflow
in webrtc. I am done withtensorflow
but the problem withcamera video settings.
if i am changing
Camera Session video settings
then video display like below.I change This code for tensor flow layout. if I am using your video type then working fine. but for tensoflow It need
RGB
format
so I change video format. it works when I change video format.. but camera showing orange lines.this is tansorflow layout code if i use video type "kCVPixelFormatType_420YpCbCr8BiPlanarFullRange" then it crash selected line in tensor flow
Please help on this.
The text was updated successfully, but these errors were encountered: