Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Webcam : Driver SG310 documentations ? ( SIGMA chipset manufacturer )

Status
Not open for further replies.

andre_luis

Super Moderator
Staff member
Joined
Nov 7, 2006
Messages
9,591
Helped
1,190
Reputation
2,399
Reaction score
1,206
Trophy points
1,403
Location
Brazil
Activity points
55,666
Hi friends,


I buyed a very cheap and nice nightvision webcam, with a lot of functionalityes ( PCTOP C803 ).
**broken link removed**

However, I is hard to find some usage guidance for DLL driver.
Anybody could help ?


+++
 

please check this.. i am not sure if this is the document you want

**broken link removed**

---------- Post added at 11:43 ---------- Previous post was at 11:30 ----------

this is the discussion link i got
SiGma Micro SG310 Camera Drivers.
 
Hi,

The 1st PDF link refeers to other kind of product....:smile:
The 2nd link, note that it is myself asking there...:smile:


Thanks anyway.


+++
 

Hi Andre,


Worst case you could use a DLL spy.

Dependency Walker 2.2

Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more.

MSDN also has a similar tool for .NET Assembly DLLs.

There are other DLL spy software available, if the Dependency Walker doesn't work for you.

BigDog
 
Hi BigDog,


I had used this program sometimes.
However, I already know that a DLL called "SG310STI.dll" is required to access the WebCam internal registers, allowing direct configuration.
the problem is that I can´t find the API documentation about that library.

Thanks for the answer.

+++
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top