cancel
Showing results for 
Search instead for 
Did you mean: 

licenses brightsense camera driver

cam_question
Associate

I'm trying to figure out how to make a driver for your camera. The problem seems to be the licensing. The driver is all GPL which would be fine because with the datasheet i could figure out all the calls i need to make my driver work on a non linux device. The problem is the patches. The only place i can find about the patches are on the github driver page. Are they located another place thats not under GPL.

* https://github.com/STMicroelectronics/vd56g3-linux-driver

1 ACCEPTED SOLUTION

Accepted Solutions
cam_question
Associate

I see what you mean.  So all the camera's in production now are VDxxGxCCA camera's.  Which is great news thanks for clearing this up for me.  

Screenshot from 2026-03-19 11-16-23.png

You can tell it's a VDxxGxCCA because of device_revision

Screenshot from 2026-03-19 11-32-09.png

They don't need the firmware patch 

Screenshot from 2026-03-19 11-15-00.png

Or the software patch

Screenshot from 2026-03-19 11-15-12.png

 

 

View solution in original post

2 REPLIES 2
CyrilTechPro
ST Employee

Hello, 

Regarding patches for VD56G3 you don't need with the version currently on the market. So don't need to put it on your own driver is legacy support only 

 

 

Regard

cam_question
Associate

I see what you mean.  So all the camera's in production now are VDxxGxCCA camera's.  Which is great news thanks for clearing this up for me.  

Screenshot from 2026-03-19 11-16-23.png

You can tell it's a VDxxGxCCA because of device_revision

Screenshot from 2026-03-19 11-32-09.png

They don't need the firmware patch 

Screenshot from 2026-03-19 11-15-00.png

Or the software patch

Screenshot from 2026-03-19 11-15-12.png