Yes, I know what an ADC is. I also understand that "RGB48" is not that common.
The problem is that if I read out RAW16 to get greater than 8 bit resolution, I then have to debayer it myself. This is not unusual for the software that amateur astromomers use, but in my case, having the camera handling the debayering would improve the throughput significantly. I am using a computer similar to a raspberry pi that does not have that much processing power.
My project will take an image once per minute 24/7 continuously for many years. This means I have to do the exposure, then process the image in less than a minute. I have 10 cameras in a remote location at over 4000 meters altitude. Servicing will be difficult.
Because "RGB48" is not a common image format, I am concluding that I will have to do the debayering myself. Figuring out these issues is what engineering is all about!
thx, tom.c