Axis Q6075 Raw sensor output #163
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
You probably want a 8-bit RGB or YUV bitmap, not raw. But in either case, that makes 6MByte * 30 fps ~1.44Gbit/second pixel data. |
Beta Was this translation helpful? Give feedback.
-
|
@DEHiggin123 Do you see any fisheye view under the |
Beta Was this translation helpful? Give feedback.




OK, I understand. In that case I don't think your camera supports view modes, which means that there is a barrel distortion correction parameter affecting all streams globally. A camera with multiple view modes have multiple paths through the image processing pipeline (implemented in the silicon) which allows you to preprocess different view modes differently in parallel and then select which view mode you stream. Other cameras does only have one path which means that if you change any parameter affecting the IPP (like the BDC does), it will affect all streams regardless of the
camera=..parameter. This is at least as I understand it.I guess that you should have a BDC parameter like this…